forked from l3ib/nitrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·37 lines (26 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
NITROGEN
WEBPAGE: http://projects.l3ib.org/nitrogen/
REQUIREMENTS:
GTKMM 2.10
GTK 2.10
BUILDING:
./bootstrap
./configure
make
make install (as root or a user with proper permissions)
The binary is called, amazingly enough, "nitrogen".
NOTE: If the "CXXFLAGS" env var is not set at ./configure time, autotools
will gladly insert "-g -O2" in them. "-g" will inflate the size of
the nitrogen binary to nearly 2mb, so consider using:
CXXFLAGS="-O2" ./configure
PACKAGERS: Make sure you set CXXFLAGS to an appropriate value for
the target system.
USAGE:
See the man page. It *might* be up to date.
CONTACT:
If you want to tell us about the many bugs that we have, drop by #l3ib on
irc.freenode.net, and talk to m4re or jvd.
LICENSE:
Nitrogen is licensed under the GPL. See COPYING.
Icons are licensed under a Creative Commons Attribution-Share Alike license.
See http://creativecommons.org/licenses/by-sa/3.0