Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blaar
Commits
385a1420
Commit
385a1420
authored
May 22, 2019
by
Arnaud Blanchard
Browse files
Merge branch 'master' of
https://git.u-cergy.fr/blaar/blaar
parents
3e51b744
e08eb739
Pipeline
#73
failed with stage
in 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
INSTALL_UBUNTU.md
View file @
385a1420
...
...
@@ -3,9 +3,7 @@ Install blaar on Ubuntu or Raspbian (rasperry pi)
Copy past this line in a terminal
wget -q -O/tmp/blaar_install.sh https://git.u-cergy.fr/blaar/blaar/raw/master/developer_tools/clone_and_install_blaar_ubuntu.sh &&
bash /tmp/blaar_install.sh; rm /tmp/blaar_install.sh; cd blaar
wget -O - https://git.u-cergy.fr/blaar/blaar/raw/master/developer_tools/clone_and_install_blaar_ubuntu.sh | bash
You will be requested at some point to enter your admin password to make the installation.
...
...
README.md
View file @
385a1420
...
...
@@ -64,7 +64,7 @@ You will only have basic framework. You may add submodules as needed. To add mod
Example, install 'fftw' package:
git submodule add https://
promthe
.u-cergy.fr/blaar/fftw.git
git submodule add https://
git
.u-cergy.fr/blaar/fftw.git
./install.sh fftw
You need to have installed the required package. Usually indicated in the README.
...
...
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