Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Set CPATH and LIBRARY_PATH in pre-inst-env wrapper. | Arun Isaac | |
This is so that someone compiling and running C programs against libnsmc can do so easily. * pre-inst-env.in: Set CPATH and LIBRARY_PATH. | |||
2021-02-10 | Add pre-installation environment script. | Arun Isaac | |
The pre-inst-env script is required to find freshly built libraries and scheme files before installation. * pre-inst-env.in: New file. * CMakeLists.txt: Configure pre-inst-env.in with correct paths. |