Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old UNIX-specific Makefile #313

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Table of Contents
=================
- [Papers](#papers)
- [Install](#install)
- [cmake](#cmake)
- [make](#make)
- [Usage](#usage)
- [Choosing a Tag Family](#choosing-a-tag-family)
- [Getting Started with the Detector](#getting-started-with-the-detector)
Expand Down Expand Up @@ -44,8 +42,6 @@ Officially only Linux operating systems are supported, although users have had s

The default installation will place headers in /usr/local/include and shared library in /usr/local/lib. It also installs a pkg-config script into /usr/local/lib/pkgconfig and will install a python wrapper if python3 is installed.

## cmake
If you have CMake installed, then do:
```
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --target install
Expand All @@ -65,16 +61,6 @@ to generate and compile via the ninja build script. It will be much faster than

You can omit `--target install` if you only want to use this locally without installing.

## make
Otherwise, we have a handwritten makefile you can use (be warned it will do slightly different things):
```
make -j
sudo make install
```

To install to a different directory than /usr/local:

$ PREFIX=/some/path sudo make install

Usage
=====
Expand Down
32 changes: 0 additions & 32 deletions example/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion example/README

This file was deleted.

16 changes: 0 additions & 16 deletions install.sh

This file was deleted.

Loading