Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
a91a15a8
Commit
a91a15a8
authored
Jan 19, 2021
by
Miroslav Kratochvil
Browse files
update the readme
parent
caf30b90
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a91a15a8
...
...
@@ -8,13 +8,22 @@ be added by need.
## How to use this
First, build the C++ library and a wrapper and register it in your julia
installation. You usually want to specify a single architecture to build, to
avoid building all of them.
installation. You need BinaryBuilder for that:
```
Pkg] add BinaryBuilder
```
After the BinaryBuilder is installed, the build script should be able to build
a lot of different versions of the package for possible architectures and
configurations. You usually want to specify a single architecture to build. The
`--deploy`
option puts the new package to a place where Julia can find it
later:
```
./build_tarballs.jl x86_64-linux-gnu --deploy=local
```
After that, you should be able to load the SBML in Julia:
After that, you should be able to load the SBML
package
in Julia:
```
Pkg] dev --local .
julia> using SBML
...
...
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