mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-08-11 09:10:30 +02:00
Fix version (#319)
- install VERSION file and copy to build - fix lookup for VERSION file in case of error - update documentation for installing python bindings
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
cd build
|
||||
|
||||
#configure using cmake
|
||||
cmake ../aare -DCMAKE_INSTALL_PREFIX=/where/to/put/aare
|
||||
cmake ../aare -DCMAKE_INSTALL_PREFIX=/where/to/put/aare
|
||||
|
||||
#install python bindings
|
||||
#cmake .. -DCMAKE_INSTALL_PREFIX=/where/to/put/aare -DAARE_INSTALL_PYTHONEXT=ON -DAARE_PYTHON_BINDINGS=ON
|
||||
|
||||
#build (replace 4 with the number of threads you want to use)
|
||||
make -j4
|
||||
|
||||
Reference in New Issue
Block a user