-
Notifications
You must be signed in to change notification settings - Fork 49
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
Compile source code #1
Comments
There is no need to compile, just run the pcbasic file (it's executable python file) Nestor Albelo Jorge notifications@github.com wrote:
|
Sorry i mean to package it. Traceback (most recent call last): |
Why would you need to package it? Nestor Albelo Jorge notifications@github.com wrote:
|
It's easiest to just run the program directly from the source directory, the packaging is just intended for easy distribution. However, if you really do want to package you would need to run packaging/prepare.sh and then packaging/source/build.sh . Rob Hagemans robhagemans@yahoo.co.uk wrote:
|
Sorry, just noted the stack trace about ansipipe, which somehow only shows on github, not in the mail I got. Looks like you're missing the ansipipe directory, which is a git submodule. Ansipipe is a workaround for Windows and really does nothing on Linux, so you could alternatively comment out all lines referring to ansipipe. Rob Rob Hagemans robhagemans@yahoo.co.uk wrote:
|
Hi!! |
If you got the source through git clone, you need to run these two commands to get ansipipe: git submodule init Hope this solves your problem, let me know how it goes. Rob Rob Hagemans robhagemans@yahoo.co.uk wrote:
|
Hey I have just tried adding the submodule and it works fine, thank you for answering so fast Nestor |
You're welcome, have fun using PC-BASIC! Nestor Albelo Jorge notifications@github.com wrote:
|
…iversal line feed convention for text files
…iversal line feed convention for text files
Hi,
I am trying to compile the source code but I do not know exactly how to do that. I have tried to execute "/packaging/source/build.sh" script but it fails. I am using Ubuntu 15.04 and I have already install all the dependencies, that are needed.
Thanks =D
The text was updated successfully, but these errors were encountered: