Skip to content
Snippets Groups Projects
Commit affdb0da authored by Alexandre Bourget's avatar Alexandre Bourget
Browse files

Fix website docu.

parent 34316c38
No related branches found
No related tags found
No related merge requests found
...@@ -27,14 +27,6 @@ sudo make install ...@@ -27,14 +27,6 @@ sudo make install
You can replace `--prefix=/usr` by whatever prefix you like. Make sure to You can replace `--prefix=/usr` by whatever prefix you like. Make sure to
also change this value in the next steps. also change this value in the next steps.
Run:
--------------------------------------
./configure --prefix=/usr --with-debug
--------------------------------------
to enable debug mode.
NOTE: If you have `colorgcc`, configure will *fail* on `libeXpat`. Issue an `unset CC` and `unset CXX` to build the dbus bindings. NOTE: If you have `colorgcc`, configure will *fail* on `libeXpat`. Issue an `unset CC` and `unset CXX` to build the dbus bindings.
...@@ -78,6 +70,14 @@ make ...@@ -78,6 +70,14 @@ make
sudo make install sudo make install
--------------------------------------------------- ---------------------------------------------------
Run:
--------------------------------------
./configure --prefix=/usr --with-debug
--------------------------------------
to enable debug mode.
sflphone-qt sflphone-qt
----------- -----------
...@@ -98,6 +98,8 @@ make ...@@ -98,6 +98,8 @@ make
sudo make install sudo make install
------------------------- -------------------------
Here again, run `./configure` with `--with-debug` to enable debugging mode.
NOTE: You may need to run `autoreconf --install` before the `configure` script. NOTE: You may need to run `autoreconf --install` before the `configure` script.
You'll find `gnome-autogen.sh` in some `gnome-common`-like package of You'll find `gnome-autogen.sh` in some `gnome-common`-like package of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment