summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGethyn ThomasQuail <gethyn@XylemonsLaptop.localhost>2014-11-03 01:20:50 -0700
committerGethyn ThomasQuail <gethyn@XylemonsLaptop.localhost>2014-11-03 01:20:50 -0700
commit615e77a030fd0de1529b795b238181ae1389b0b2 (patch)
tree6a15f1f3346a2397815464b853057f3bade50e95
parent064e6d1e581b34897173779c92d8529f3bee2730 (diff)
downloadxlennart-615e77a030fd0de1529b795b238181ae1389b0b2.tar.gz
xlennart-615e77a030fd0de1529b795b238181ae1389b0b2.tar.bz2
xlennart-615e77a030fd0de1529b795b238181ae1389b0b2.zip
Made ReadMe prettier.
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a043aa0..7f8d1f6 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@ XLennart 1.0 - An XBill Modification
XLennart is very simple to compile, as all you need to do is:
./configure
+
make
+
sudo make install
##About
@@ -50,9 +52,12 @@ If you encounter a problem with Motif, V.R. from darknedgy.net did this to
compile XLennart:
./configure --disable-motif
+
Then I edited the Makefile and added -lXpm to LDFLAGS.
+
Then I had to edit UI.c and remove the #ifdef USE_MOTIF from the guis[] array,
otherwise I got a missing symbol error.
+
make
##Options