Skip to content

Commit

Permalink
Merge pull request #330 from polycube-network/frisso-patch-1
Browse files Browse the repository at this point in the history
Updated to 0.9
  • Loading branch information
acloudiator committed Sep 17, 2020
2 parents b775876 + 770d045 commit 52c64c5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,31 +82,33 @@ In this case, remove llvm 6.0 before starting the installation script:
# Download the source pack from Polycube repository
# (i.e., https://github.com/polycube-network/polycube/releases)
# Look at the most recent version and update the following lines accordingly
wget https://github.com/polycube-network/polycube/archive/v0.9.0-rc.zip
wget https://github.com/polycube-network/polycube/archive/v0.9.0.zip

# Unpack the source files (e.g., this refers to version 0.9)
unzip v0.9.0-rc.zip
unzip v0.9.0.zip

# Move into the newly created folder:
cd polycube-0.9.0-rc
cd polycube-0.9.0

# Launch the automatic install script (use -h to see the different installation modes)
# Launch the automatic install script *from the Polycube root folder*
# (use -h to see different installation modes)
./scripts/install.sh


**Most recent snapshot** (from GitHub)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::

# install git
# Install git
sudo apt-get install git

# clone the Polycube repository
# Clone the Polycube repository including all the submodules
git clone https://github.com/polycube-network/polycube
cd polycube
git submodule update --init --recursive

# launch the automatic install script (use -h to see the different installation modes)
# Launch the automatic install script *from the Polycube root folder*
# (use -h to see different installation modes)
./scripts/install.sh


Expand Down

0 comments on commit 52c64c5

Please sign in to comment.