We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The make asked to add -DPYTHON=yes by message:
CMake Warning at CMakeLists.txt:176 (message): Python plugin not enabled by default, use -DPYTHON=yes if you really want it
After that to build I used:
sudo apt install python3-dev sudo apt install python3-pip pip3 install virtualenv cmake -DUSEWX=yes -DCMAKE_BUILD_TYPE=Release -DPYTHON=yes ..
The text was updated successfully, but these errors were encountered:
But still have message:
CMake Warning at CMakeLists.txt:170 (message): virtualenv not found, python plugin will not be built
Sorry, something went wrong.
try install it by sudo apt install virtualenv
reopen if still not works
Yes, this works. Update README.md?
README.md
No branches or pull requests
The make asked to add -DPYTHON=yes by message:
After that to build I used:
sudo apt install python3-dev
sudo apt install python3-pip
pip3 install virtualenv
cmake -DUSEWX=yes -DCMAKE_BUILD_TYPE=Release -DPYTHON=yes ..
The text was updated successfully, but these errors were encountered: