Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-sdk
Merge requests
!381
Fix/sphinx doc for swift
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
DanmeiChen
requested to merge
fix/sphinx_doc_for_swift
into
master
5 years ago
Overview
1
Commits
4
Pipelines
0
Changes
1
0
0
Viewing commit
da5a14e3
Prev
Next
Show latest version
1 file
+
2
−
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
da5a14e3
install pip3 and anarchy_sphinx
· da5a14e3
DanmeiChen
authored
5 years ago
docker-files/bc-dev-debian9
+
2
−
2
Options
View file @ da5a14e3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -21,9 +21,9 @@ RUN apt-get update && \
# Install development tools
RUN apt-get update && \
apt-get install -y alien at autoconf bison ccache clang cmake doxygen elfutils g++ gdb git graphviz intltool libtool lsb-release make nasm ninja-build openssh-client patch python-pip python-pystache python-six yasm && \
apt-get install -y alien at autoconf bison ccache clang cmake doxygen elfutils g++ gdb git graphviz intltool libtool lsb-release make nasm ninja-build openssh-client patch python
3 python3
-pip python
3
-pystache python
3
-six yasm && \
apt-get clean && \
pip install sphinx javasphinx sphinx_csharp
pip install sphinx javasphinx sphinx_csharp
anarchy_sphinx
# Install linphone & flexisip dependencies development packages
RUN apt-get update && \
Menu
Explore
Projects
Groups
Topics
Snippets