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

Description of how to compile and debug. #1

Open
gonaumov opened this issue Jan 25, 2023 · 1 comment
Open

Description of how to compile and debug. #1

gonaumov opened this issue Jan 25, 2023 · 1 comment

Comments

@gonaumov
Copy link

My personal opinion is that you have done something great. It would be great if you could add a description of how to compile and debug it. This will allow versions of other technologies to appear. Congratulations on what you have done. I wanted to do something similar, but I never managed to compile and debug the Pascal version.

@Kawa-oneechan
Copy link
Owner

If you have Visual Studio 2015 (not Code, actual VS) or later, you just open the sln file. Let VS convert it to something newer if it insists, and press F7.

If you have Clang, you'll find there's no makefile or anything. You can just do clang softporn.cpp agiparse.cpp wincon.cpp -o Softporn.exe to get a version without the fancy icon. At least, that's what I can personally confirm from trying it literally just now.

I have no VS Code and no other command-line compilers, so I wouldn't know.

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

2 participants