Skip to content

Commit

Permalink
Merge pull request #335 from linien-org/feature/fix-install-scripts
Browse files Browse the repository at this point in the history
Improve installation script and add note about RedPitaya OS 2.00
  • Loading branch information
bleykauf authored May 24, 2023
2 parents bc0b430 + d012bd3 commit 972089e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ These binaries run on your lab PC and contain everything to get Linien running o

If you want to use the python interface you should [install it using pip](#installation-with-pip).

| :exclamation: Note that Linien currently does not work with RedPitaya OS 2.00. Please make sure that your RedPitaya is running version 1.04.|
|---------------------------------------------------------------------------------------------------------------------------------------------|

### Standalone binary

You can download standalone binaries for Windows on [the
Expand Down
2 changes: 1 addition & 1 deletion linien-server/linien_server/linien_install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

# the server is started in a screen session
echo 'installing screen...'
apt-get install screen
apt-get -y install screen

# https://github.com/RedPitaya/RedPitaya/issues/205
cd /tmp
Expand Down

0 comments on commit 972089e

Please sign in to comment.