\
\
"forge networking build from source nat hole punch"
install mono
download the repo
git clone https://github.com/BeardedManStudios/ForgeNetworkingRemastered.git
replace copy command with cp
sed -i 's/copy /cp /g' ForgeNetworkingCommon/ForgeNetworkingCommon.csproj
sed -i 's/copy /cp /g' BeardedManStudios/BeardedManStudios.csproj
move source directory
mv BeardedManStudios/Source BeardedManStudios/Source_old
create a sym link
ln -s "`pwd`/Forge Networking Remastered Unity/Assets/Bearded Man Studios Inc/Scripts/Networking" "BeardedManStudios/Source"
compile!
msbuild NatHolePunch
the executables are now in NatHolePunch/bin/Debug/
[me@blog]$
_