Skip to content
New issue

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

missing compile instructions #1

Open
freddii opened this issue Dec 12, 2020 · 0 comments
Open

missing compile instructions #1

freddii opened this issue Dec 12, 2020 · 0 comments

Comments

@freddii
Copy link

freddii commented Dec 12, 2020

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:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant