1
Fork 0

install.txt: adjust for py2 and scons3

This commit is contained in:
Nedko Arnaudov 2023-06-18 17:25:06 +03:00
parent cc2528e10c
commit a3f4361103
1 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,8 @@ Prerequisites
* gtkmm-2.4
* sigc++-2.0
* libjack
* SCons
* python2
* SCons-3 (supports python2)
Build
-----
@ -16,7 +17,7 @@ Build
1. From the source root directory,
enter into a terminal:
$ scons
$ scons3
2. The project will build.
@ -25,7 +26,7 @@ Install
1. To install jacker in your system, use
$ sudo scons install
$ sudo scons3 install
Run
---