Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
96187c26
Commit
96187c26
authored
Sep 29, 2007
by
Pierre-Luc Beaudoin
Browse files
Build notes addons and fix a glitch on home page
parent
dc6f2abc
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Build.txt
View file @
96187c26
...
...
@@ -56,7 +56,7 @@ cd portaudio
sudo make install
----------------------------
NOTE: If you have `colorgcc`, building might *fail*. Use `unset CC` and `unset CXX` to disable it before building `portaudio`.
the daemon
~~~~~~~~~~
...
...
@@ -74,7 +74,7 @@ sudo make install
sflphone-qt
-----------
`sflphone-qt` is *deprecated* and
should no
t be built anymore.
`sflphone-qt` is *deprecated* and
can'
t be built anymore.
sflphone-gtk
...
...
@@ -84,12 +84,14 @@ Compile `sflphone-gtk` by running:
-------------------------
cd sflphone-gtk
gnome-autogen.sh
|| autoreconf --install
gnome-autogen.sh
./configure --prefix=/usr
make
sudo make install
-------------------------
NOTE: Some persons needed to run `autoreconf --install` before the `configure` script.
You'll find `gnome-autogen.sh` in some `gnome-common`-like package of
your distribution. You can also replace it by a call to:
`autoreconf --install`.
...
...
www/sflphone.css
View file @
96187c26
...
...
@@ -225,6 +225,7 @@ td.hlist1 {
vertical-align
:
top
;
font-style
:
italic
;
padding-right
:
0.8em
;
width
:
5em
;
}
td
.hlist2
{
vertical-align
:
top
;
...
...
@@ -316,4 +317,4 @@ div.exampleblock-content {
font-weight
:
normal
;
font-style
:
italic
;
display
:
inline
;
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment