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

[#11848]

parent 8a141b34
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ function build_daemon {
function build_gnome {
# Compile the daemon
pushd daemon
killall sflphoned
make distclean
./autogen.sh
# Compile pjproject first
......@@ -142,7 +143,7 @@ function build_gnome {
make clean
# Compile src code
make -j
sudo make install
./src/sflphoned&
popd
# Compile the plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment