Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
73087695
Commit
73087695
authored
Oct 14, 2015
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
algo.org: Compiling on FreeBSD 9.2
parent
88094bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/algo.org
doc/algo.org
+13
-0
No files found.
doc/algo.org
View file @
73087695
...
...
@@ -44,6 +44,7 @@ Vidjil has been successfully tested on the following platforms :
- CentOS 6.3 i386
- Debian Squeeze 6.0
- Debian Wheezy 7.0 amd64
- FreeBSD 9.2
- Ubuntu 12.04 LTS amd64
- Ubuntu 14.04 LTS amd64
...
...
@@ -76,7 +77,19 @@ source /opt/rh/devtoolset-2/enable # ... or source devtools in the same shell
g++-4.8 is included in FreeBSD 9.2.
You may also need to install the =gzstream= library with:
#+BEGIN_SRC sh
pkg install gzstream
#+END_SRC
Also Vidjil uses GNU make which requires =gmake= under FreeBSD.
At the time of redacting the documentation, =g++= requires extra options to
ensure flawless compilation and execution of Vidjil:
#+BEGIN_SRC
make MAKE=gmake CXXFLAGS="-D_GLIBCXX_USE_C99 -Wl,-rpath=/usr/local/lib/gcc49"
#+END_SRC
The =gcc49= at the end of the command line is to be replaced by the =gcc= version
used.
*** Debian Squeeze 6.0 / Wheezy 7.0
g++-4.8 should be pinned from testing.
...
...
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