Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
eedb2f12
Commit
eedb2f12
authored
Nov 07, 2014
by
Guillaume BIENKOWSKI
Browse files
Add READMEs
parent
ab0dc41f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
README
README
+2
-1
README.flexisip.md
README.flexisip.md
+26
-0
No files found.
README
View file @
eedb2f12
...
@@ -20,4 +20,5 @@ AVAILABLE BUILD TARGETS
...
@@ -20,4 +20,5 @@ AVAILABLE BUILD TARGETS
The following targets are supported:
The following targets are supported:
- Linphone for BlackBerry10 - see README.bb10
- Linphone for BlackBerry10 - see README.bb10
- Liblinphone Python extension module - see README.python
- Liblinphone Python extension module - see README.python
\ No newline at end of file
- Flexisip and dependencies - see README.flexisip.md
\ No newline at end of file
README.flexisip.md
0 → 100644
View file @
eedb2f12
********************************************************************
** FLEXISIP DEB AND RPM FILES **
********************************************************************
BUILD PREREQUISITES
*******************
The common prerequisites listed in the README file are needed.
Note that building flexisip packages requires to be building on a Linux host.
### Redhat / RPM-based
sudo yum install @development-tools speex-devel \
hiredis-devel libtool-ltdl-devel libiodbc-devel \
boost boost-system boost-devel
make build-flexisip-rpm
### Debian
To be able to build Flexisip debs on a Debian machine, you will have to install all of these (plus the usual compilation tools) :
sudo aptitude install cmake rpm libmysqlclient-dev libmysql++-dev libmysqld-dev libssl-dev bison doxygen
sudo aptitude install alien fakeroot libhiredis-dev
make build-flexisip
\ No newline at end of file
Write
Preview
Markdown
is supported
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