-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't compile #1
Comments
The first issue is resolved. You dont need to do cd sources now and can run run.sh from the main root folder. Have you installed ncurses beforehand. Cause this app use ncurses and its a dependency. |
It isn't because if you look at the screenshot run.sh can't find the files. So i cd'd into sources because of that. I have installed ncurses. |
Well, I updated the run.sh file. It was compiling every .cpp file and combining at one go. Which I read about wasn't a great idea. So now I compile them first and then link them separately. SO can you pls try and compiling it again |
If the problem persists try referring to this forum |
When I try to use run.sh, this happens:
And when I try to run the code manually from source folder, it doesn't work either.
The text was updated successfully, but these errors were encountered: