Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
Docs
Commits
cfba8a0b
Commit
cfba8a0b
authored
Mar 06, 2019
by
Jean-Loup Haberbusch
Browse files
Update ubuntu-lts.md
parent
886cf87f
Pipeline
#20282
passed with stages
in 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
docs/Getting Started/Getting Started Guides/Install/ubuntu-lts.md
View file @
cfba8a0b
# Setup CamiTK 4 Development Environment on Ubuntu LTS (Xenial 16.04)
# Setup CamiTK 4 Development Environment on Ubuntu LTS (Xenial 16.04
or Bionic 18.04
)
In order to develop on Ubuntu LTS (16.04 or 18.04), you will need to:
In order to develop on Ubuntu LTS (16.04 or 18.04), you will need to:
...
@@ -19,6 +19,7 @@ export CAMITK_LATEST="4.1.2"
...
@@ -19,6 +19,7 @@ export CAMITK_LATEST="4.1.2"
workingDir
=
$(
mktemp
--tmpdir
-d
camitk-
$CAMITK_LATEST
-build-tmp
.XXX
)
workingDir
=
$(
mktemp
--tmpdir
-d
camitk-
$CAMITK_LATEST
-build-tmp
.XXX
)
cd
$workingDir
cd
$workingDir
wget https://salsa.debian.org/med-team/camitk/raw/debian/
$CAMITK_LATEST
-1
/debian/control
wget https://salsa.debian.org/med-team/camitk/raw/debian/
$CAMITK_LATEST
-1
/debian/control
sed
-i
"s/10)/9)/g"
control
sudo
apt update
sudo
apt update
sudo
mk-build-deps
-t
"apt -y --no-install-recommends -o Debug::pkgProblemResolver=yes"
--install
./control
sudo
mk-build-deps
-t
"apt -y --no-install-recommends -o Debug::pkgProblemResolver=yes"
--install
./control
```
```
...
...
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