forked from l3ib/nitrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (30 loc) · 1.25 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
38
39
40
41
42
NITROGEN
WEBPAGE: http://projects.l3ib.org/nitrogen/
REQUIREMENTS:
GTKMM 2.10
GTK 2.10
BUILDING:
autoreconf -fi
./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. For instance, CXXFLAGS=" -std=c++11" if using
gcc 5.x.
NOTE: If you want to install translations locally, you'll need to invoke
`make dist` to build the .gmo files before `make install`. No, I
don't know why.
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 mz4 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