Skip to content
Snippets Groups Projects
Commit 777befbd authored by Ciro Santilli's avatar Ciro Santilli
Browse files

1

parent ddc0c1bb
No related branches found
No related tags found
No related merge requests found
install
/install
# Ring
Synchronization of all the repositories of <https://ring.cx/> through submodules, with scripts to build for each platform easily.
Synchronization via submodules of the repositories of <https://ring.cx/> to states in which they work together + scripts to build for each platform easily.
Fixes <https://tuleap.ring.cx/plugins/tracker/?aid=250>.
I'd rather have a single Git repo, but without official support, maintaining a single git repo is useless, so I'll start with submodules which are easier to put together.
I'd rather have a single Git repo, but without official support, maintaining a merged single git repo is useless, so I'll start with submodules which are easier to paste together.
## Ubuntu 15.10
Build, install locally under this repository, and run that local install:
./ubuntu-15.10.sh
nohup ./install/daemon/libexec/dring >/dev/null &
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:install/lrc/lib" ./install/client-gnome/bin/gnome-ring
#!/usr/bin/env bash
# Remove everything that is not git tracked.
# Remove everything that is not git tracked on the submodules.
# May cause data loss.
git submodule foreach git clean -dfx
rm -rf install/*
......@@ -78,6 +78,7 @@ cd "${TOP}/client-gnome"
mkdir -p build
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX="${INSTALL}/client-gnome" \
-DLibRingClient_DIR="${INSTALL}/lrc/lib/cmake/LibRingClient"
make
......
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