I manged to build from the source tar ball from unstablesound.net, after adjusting some of the Makefile.linux files, now I'm trying if I can build this GitHub repository. I cannot find any instructions. Should I just run cmake? I'm getting the following
...
CMake Error at CMakeLists.txt:76 (include):
include could not find load file:
cmake/CompilerOptimizations.cmake
...
-- Building on Linux
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
AAIOLIB
linked by target "iterfof" in directory /home/hhrutz/Documents/devel/CDP7/dev/new
linked by target "fracture" in directory /home/hhrutz/Documents/devel/CDP7/dev/new
linked by target "newsynth" in directory /home/hhrutz/Documents/devel/CDP7/dev/new
linked by target "newtex" in directory /home/hhrutz/Documents/devel/CDP7/dev/new
-- Configuring incomplete, errors occurred!
How am I supposed to set up AAIOLIB?
I manged to build from the source tar ball from unstablesound.net, after adjusting some of the
Makefile.linuxfiles, now I'm trying if I can build this GitHub repository. I cannot find any instructions. Should I just runcmake? I'm getting the followingHow am I supposed to set up
AAIOLIB?