Skip to content
Snippets Groups Projects
Commit 2eb5ea8a authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#3947] Add more compilation rules

parent f1354f64
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,20 @@
#
# Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
# Compile the daemon
pushd sflphone-common
./autogen.sh
# Compile pjproject first
pushd libs/pjproject
./autogen.sh
./configure
make && make dep
popd
./configure --prefix=/usr
make
popd
# Compile the client
pushd sflphone-client-gnome
./autogen.sh
./configure --prefix=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment