File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,16 +85,17 @@ unzip protoc-31.1-linux-x86_64.zip -d $folder_path
8585chmod +x ./protoc
8686chmod +x ./protoc/bin
8787
88- # Add the Protocol Buffer Compiler install PROTOC
88+ # Add the PROTOC environment variable for Protocol Buffer Compiler
8989export PROTOC=" $folder_path /bin"
9090echo " Set PROTOC = $PROTOC "
9191
92- # Add the Protocol Buffer Compiler install location to the path
92+ # Add the Protocol Buffer Compiler install location to the PATH
9393export PATH=" $folder_path /bin:$PATH "
9494echo " \n Set PATH = $PATH "
9595
9696# clone the cmb service repo
9797git clone https://github.com/Unity-Technologies/mps-common-multiplayer-backend.git
98+
9899# navigate to the cmb service directory
99100cd ./mps-common-multiplayer-backend/runtime
100101
@@ -105,7 +106,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
105106export PATH=" $HOME /.cargo/bin:$PATH "
106107
107108# Echo server -------------------------------------------------------------------
108-
109+ echo " Beginning build... "
109110# Build the echo server
110111cargo build --example ngo_echo_server
111112# Run the echo server in the background
You can’t perform that action at this time.
0 commit comments