Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add installation instructions #8

Open
stooby opened this issue Oct 17, 2021 · 2 comments
Open

Please add installation instructions #8

stooby opened this issue Oct 17, 2021 · 2 comments

Comments

@stooby
Copy link

stooby commented Oct 17, 2021

@jpcima @SpotlightKid
Hello, apologies if I'm missing something obvious, but after reading the README and user manual it's still unclear to me how to install faustpp for use with command line.

Would you be able to add some step-by-step installation instructions to the user manual please? I tried using CMake but am unsure if that's what you'd recommend using for installation.

I'm on macOS Big Sur 11.5.2, I have Faust 2.33.1 installed, I downloaded the latest faustpp code from the master branch, and tried installing it with Cmake 3.21.3, but it doesn't work.

First, I put the faustpp code in a directory on my system and ran the following with cmake from command line:
cmake --install /path/to/faustpp-master

...but then I get the following error:
"CMake Error: Error processing file: /path/to/faustpp-master/cmake_install.cmake"

Then I tried building the faustpp code with cmake from command line as follows:
cmake --build /path/to/faustpp-master

...but that didn't work either and resulted in the following error:
"Error: could not load cache"

Thanks in advance for your help clarifying the installation process. Sorry if it's something basic I'm overlooking. I'm new to working with more advanced post processing tools like this.

@SpotlightKid
Copy link
Contributor

git clone --recursive https://github.com/jpcima/faustpp
cd faustpp
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install

@SpotlightKid
Copy link
Contributor

But note #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants