We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an easy instruction on how to compile this Corrode?
At the moment i am stuck to 7.115:
install unp:
sudo apt-get install unp
get the source and compile it:
wget -O corrade7-115-source.zip https://github.com/OS-Development/Corrade-New/archive/a47f2b91ba1436eecd6d02d712eb5b3151ce5d9f.zip unp corrade7-115-source.zip cd ./Corrade-New* xbuild Corrade.sln /p:Configuration=Release
create folder structure:
cd Corrade/bin/Release mkdir -pv logs/{region,local,im,groupchat} mkdir databases mkdir cache
start it:
mono-service -l:Corrade.exe.lock Corrade.exe
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an easy instruction on how to compile this Corrode?
At the moment i am stuck to 7.115:
To compile the source of 7.115:
install unp:
get the source and compile it:
create folder structure:
start it:
The text was updated successfully, but these errors were encountered: