# Build instructions ## Quick installation guide: ``` git clone https://git.astron.nl/RD/idg.git cd idg mkdir build; cd build cmake -DCMAKE_INSTALL_PREFIX= .. make install ``` ## Installation options: (Best: use `ccmake` or `cmake -i` to configure all options.) ``` * BUILD_LIB_CPU: build library 'libidg-cpu' for usage on CPU's * BUILD_LIB_CUDA: build library 'libidg-cuda' for usage on Nvidia GPU's * BUILD_WITH_PYTHON: build Python module 'idg' to use IDG from Python ``` All other build options are for development purposes only, and should be left at the default values by a regular user. All libraries are installed in `'/lib'`. The header files in `'/include'`. The Python module in `'/lib/python3.8/site-packages'`. Make sure that your `LD_LIBRARY_PATH` and `PYTHONPATH` are set as appropiate.