Skip to content

Commit 5a5e4d1

Browse files
docs: update compilation instructions
1 parent 9a777f7 commit 5a5e4d1

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,7 @@ reverse the order of the dimension and anisotropy arguments (sx,sy,sz -> sz,sy,s
104104

105105
### Compiling
106106

107-
You only need `edt.hpp`, `test.cpp` is only there for testing.
108-
109-
```bash
110-
make shared # compile edt.so
111-
make test # compile ./test with debugging information
112-
```
113-
114-
If you statically integrate `edt.hpp` into your own C++ program, I recommend compiler flags `-O3` and `-ffast-math` for optimal performance.
107+
You only need `src/edt.hpp` and `src/threadpool.h` for most purposes.
115108

116109
### C++ Examples
117110

build_linux.sh

-9
This file was deleted.

0 commit comments

Comments
 (0)