-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build instructions? #2
Comments
FreePascal doesn't have the concept of building libraries, so you basically compile it alongside DoomRL. Will update after KS! |
I can give you a quick starter geared for 'I've never dealt with Pascal before'. It's not a guide but I have built it on Windows (and failed to build on Linux but that looks like a compiler bug).
|
@subtract1 , thank you, i'll check out the IDE. Is there a CLI-equivalent?
I like the way you think. Anyway, my end goal is to host packages for SteamOS/Debian/Ubuntu when time allows (private repos, not upstream-sanctioned). I think there is a PR in doomrl to fix the compile issue. Edit: I see lazarus is in most distro's repositories. I'll play around with it soon.
|
Yes you can use fpc directly. And yes it is in most distros but I was NOT able to compile it myself--got an internal error. Internal errors in fpc as I understand them are compiler bugs; can't do much about that. |
How do you compile this? Sorry for being a bit naive, since I have not built pascal projects before. I saw scripts/lua_make.lua, but lua makefile.lua only detects Linux as the OS then exits. If this should be a separate issue, that is fine, but I know this is a very early dump of the code. Maybe the assumption is, like doomrl, the instructions will be posted after the Kickstarter project concludes.
I'm sorry to be "that guy," but someone was bound to ask at some point.
The text was updated successfully, but these errors were encountered: