Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-julialib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
caosdb
Software
caosdb-julialib
Commits
a2b2ffac
Commit
a2b2ffac
authored
3 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Explain compiling of jlcaosdb
parent
3900296b
No related branches found
No related tags found
1 merge request
!1
DRAFT: ENH: Include libcaosdb and a minimal wrapper
Pipeline
#9971
passed
3 years ago
Stage: code-style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README_SETUP.md
+20
-0
20 additions, 0 deletions
README_SETUP.md
with
20 additions
and
0 deletions
README_SETUP.md
+
20
−
0
View file @
a2b2ffac
...
@@ -20,5 +20,25 @@ providing binary JLL packages in the future.
...
@@ -20,5 +20,25 @@ providing binary JLL packages in the future.
[
libcaosdb
](
https://gitlab.com/caosdb/caosdb-cpplib
)
in a way that
[
libcaosdb
](
https://gitlab.com/caosdb/caosdb-cpplib
)
in a way that
it is visible to cmake when compiling the wrapper classes later on.
it is visible to cmake when compiling the wrapper classes later on.
## Compile jlcaosdb
Compile the wrapper code in
`jlcaosdb`
by
```
sh
cd
jlcaosdb
cmake
-B
build
.
cd
build
cmake
--build
.
```
Depending on your installation of the prerequisites, you may have to
add
`-DCMAKE_PREFIX_PATH=/path/to/install/dir`
to the first cmake
command.
**TODO**
: Change when we have a JLL binary for jlcaosdb. If you choose
to compile jlcaosdb in another directory than
`caosdb-julialib/jlcaosdb/build`
you will have to adapt the path that
is given to the
`@wrapmodule`
macro(s) in
`CaosDB.jl`
before using it.
**TODO**
: Explain installation (with Pkg.jl), running tests,
**TODO**
: Explain installation (with Pkg.jl), running tests,
dependencies, etc.
dependencies, etc.
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