Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
COLIBRI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
COLIBRI
Commits
acd34b52
Commit
acd34b52
authored
1 year ago
by
Christophe Junke
Browse files
Options
Downloads
Patches
Plain Diff
README.md: explain that Bin/ and Src are copies, minor editing
parent
25934e8f
No related branches found
No related tags found
1 merge request
!42
Cleanup build scripts and git repository
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-9
20 additions, 9 deletions
README.md
with
20 additions
and
9 deletions
README.md
+
20
−
9
View file @
acd34b52
# COLIBRI
#
# COLIBRI
## Special directories
`Bin/`
and
`Src/`
directories are copied from their respective
repositories using the
`release_colibri_opensource.sh`
script found in
`gatel/Src`
's original repository. They should be considered read-only
here.
## Bundle
In order to create a bundle of everything needed to run COLIBRI. run
In order to create a bundle of everything needed to run COLIBRI. run
`./compile_colibri.sh`
then run
`./bundle.sh`
it will create
`./compile_colibri.sh`
then run
`./bundle.sh`
it will create
a relocalisable directory
`bundle`
.
a relocalisable directory
`bundle`
.
## Compilation on linux
# Compilation on linux #
The up-to-date information could be found in
`.gitlab-ci.yml`
.
The up-to-date information could be found in
`.gitlab-ci.yml`
.
# Compilation on windows #
## Compilation on windows
The compilation is helped by using
https://fdopen.github.io/opam-repository-mingw/ , it will install ocaml
compiler but also mingw for the C part. Use ocaml-env to setup the environement
for the compilation. Then the compilation is the same than for linux.
# LICENCE
The compilation is helped by using
https://fdopen.github.io/opam-repository-mingw/, it will install ocaml
compiler but also mingw for the C part. Use ocaml-env to setup the
environement for the compilation. Then the compilation is the same
than for linux.
## LICENCE
This is the open-source colibri distribution.
This is the open-source colibri distribution.
This software under the LGP2.1 LICENCE.
This software under the LGP2.1 LICENCE.
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