Compare commits

...

4 Commits

Author SHA1 Message Date
Nedko Arnaudov 769068bb83 Merge branch 'stable' into 'main' 2024-04-26 18:35:58 +03:00
Nedko Arnaudov ec0de6f390 Merge branch '1-stable' into 'stable' 2024-04-26 18:35:31 +03:00
Nedko Arnaudov 251d3a8bde INSTALL: Update 2024-04-26 18:33:43 +03:00
Nedko Arnaudov adc4ef2ca8 waf: restore +x
The commit that bumped waf version to 2.0.27
also removed (by error) the executable bit.
2024-04-26 18:14:41 +03:00
3 changed files with 13 additions and 2 deletions

14
INSTALL
View File

@ -9,11 +9,16 @@ Requirements (tools, headers and libraries):
* You need the expat XML parser (2.0.1 should work)
* Python (for ladish_control and LADI Tools)
Optional requirements, without them GUI frontend will not be built:
For building the GTK2 frontend gladish (disabled by default),
additional dependencies are:
* You need glib-2.20.3 or later
* You need dbus-glib-0.74 or later
* You need gtk+-2.20.0 or later
Note, gladish will not work with GTK3 (or GTK4).
The Claudia frontend is alternative GUI in python that uses Qt.
===================================================
= Configure it =
@ -25,6 +30,10 @@ If you want to use other prefix, use --prefix option:
./waf configure --prefix=/usr
If you want to build gladish as well:
./waf configure --prefix=/usr --enable-gladish
For full list of options, run:
./waf configure --help
@ -33,7 +42,8 @@ For full list of options, run:
./waf
You can use -j option to enable building on more than one CPU:
By default, all available CPUs/cores will be used.
To adjust the number, use -j option, e.g. for 4 jobs:
./waf -j 4

1
NEWS
View File

@ -4,6 +4,7 @@ Changes since 1.2:
* Add verify-sig_waf.sh waf verification script from waf-2.0.27
* Upgrade waf to 2.0.27
* Update INSTALL
= Version 1.2 on 2023-03-29 =

0
waf vendored Normal file → Executable file
View File