Skip to content

Commit

Permalink
remove old UNIX-specific Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 24, 2024
1 parent 95a6fd4 commit 659ef85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 71 deletions.
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
16 changes: 0 additions & 16 deletions install.sh

This file was deleted.

0 comments on commit 659ef85

Please sign in to comment.