Skip to content
Snippets Groups Projects
Commit 832ab056 authored by Your Name's avatar Your Name
Browse files

Update the installation of flexric

parent bbc7ad4b
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ cd $WORK_DIR/ ...@@ -47,7 +47,7 @@ cd $WORK_DIR/
sudo rm -rf flexric/ sudo rm -rf flexric/
git clone https://gitlab.eurecom.fr/mosaic5g/flexric.git git clone https://gitlab.eurecom.fr/mosaic5g/flexric.git
cd $WORK_DIR/flexric cd $WORK_DIR/flexric
git checkout d3ff879135d036632d7938c2085dbf4577759225 git checkout 8ee3aca107a9da8ccf425e623bed18cd40a31fa1
mkdir $WORK_DIR/flexric/build mkdir $WORK_DIR/flexric/build
cd $WORK_DIR/flexric/build cd $WORK_DIR/flexric/build
cmake .. cmake ..
...@@ -60,7 +60,7 @@ cd $WORK_DIR/ ...@@ -60,7 +60,7 @@ cd $WORK_DIR/
sudo rm -rf oai/ sudo rm -rf oai/
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git oai git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git oai
cd $WORK_DIR/oai cd $WORK_DIR/oai
git checkout v2.0.0 git checkout 2023.w37
git config --global user.email "you@example.com" git config --global user.email "you@example.com"
git config --global user.name "Your Name" git config --global user.name "Your Name"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment