Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
aaeb77d2
Commit
aaeb77d2
authored
May 27, 2015
by
Edric Milaret
Committed by
gerrit2
May 28, 2015
Browse files
Options
Downloads
Patches
Plain Diff
build: add packer file
Refs #74016 Change-Id: I0232808be21293208dedf748b91848babc155fbe
parent
6a642e20
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.packer.yml
+37
-0
37 additions, 0 deletions
.packer.yml
with
37 additions
and
0 deletions
.packer.yml
0 → 100644
+
37
−
0
View file @
aaeb77d2
win32
:
exe_commands
:
-
echo "Building Daemon"
-
git clone https://gerrit-ring.savoirfairelinux.com/ring-daemon ring-daemon
-
cd ring-daemon/contrib
-
mkdir native
-
ls
-
cd native
-
../bootstrap --host=i686-w64-mingw32
-
make
-
cd ../..
-
./autogen.sh
-
./configure --host=i686-w64-mingw32 --without-dbus
-
make
-
make install
-
echo "Building LRC"
-
cd ..
-
git clone https://gerrit-ring.savoirfairelinux.com/ring-lrc ring-lrc
-
RING=`pwd`/ring-daemon
-
cd ring-lrc
-
mkdir build
-
cd build
-
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/winBuild.cmake -DCMAKE_INSTALL_PREFIX=$RING/_win32 -DRING_BUILD_DIR=$RING/src -DENABLE_LIBWRAP=true ..
-
make
-
make install
-
cd ../..
-
echo "Building Client"
-
git clone https://gerrit-ring.savoirfairelinux.com/ring-client-windows ring-client-windows
-
cd ring-client-windows
-
mkdir build && cd build
-
export QTDIR=/usr/i686-w64-mingw32/lib/qt
-
/usr/i686-w64-mingw32/lib/qt/bin/qmake ../RingWinClient.pro -r -spec win32-g++ RING=$RING/_win32
-
make
-
make install
-
cd release
-
makensis ring.nsi
-
sudo mv ring-windows-nightly.exe /output
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment