Skip to content

Commit

Permalink
docs: update compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 17, 2024
1 parent 9a777f7 commit 5a5e4d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,7 @@ reverse the order of the dimension and anisotropy arguments (sx,sy,sz -> sz,sy,s

### Compiling

You only need `edt.hpp`, `test.cpp` is only there for testing.

```bash
make shared # compile edt.so
make test # compile ./test with debugging information
```

If you statically integrate `edt.hpp` into your own C++ program, I recommend compiler flags `-O3` and `-ffast-math` for optimal performance.
You only need `src/edt.hpp` and `src/threadpool.h` for most purposes.

### C++ Examples

Expand Down
9 changes: 0 additions & 9 deletions build_linux.sh

This file was deleted.

0 comments on commit 5a5e4d1

Please sign in to comment.