Nonpareil status
|
10-11-2022, 04:02 PM
Post: #3
|
|||
|
|||
RE: Nonpareil status
Thanks a lot for upgrading the project.
Especially for this commit: Code: commit 2f847fc628fb974e03ee4c7dbc61502d87f39216 Here's a short description on how to install it on RHEL8 but other Linux distributions might be similar. Clone the Repository Code: git clone https://github.com/brouhaha/nonpareil.git Patch some Scripts I had to make a few changes in order to build it on RHEL8: Code: diff --git a/SConstruct b/SConstruct Installing scons I've created a virtual environment venv to install scons: Code: python3 -m venv venv For this I've used Python 3.9.7. Dependencies Not sure what I had already installed, but I assume we have to install these packages:
Build and Installation Code: scons This installed the binary in /usr/local/bin/nonpareil. Since that directory is in the PATH I could start it simply with nonpareil. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 11 Guest(s)