Skip to content

Commit

Permalink
Merge branch 'stable' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nedko committed Apr 26, 2024
2 parents 628fe28 + ec0de6f commit 769068b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

Expand Down
Empty file modified waf
100644 → 100755
Empty file.

0 comments on commit 769068b

Please sign in to comment.