-
Notifications
You must be signed in to change notification settings - Fork 22
Installing on OSX with DUB tutorials #213
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
Comments
Can you tell me what you two have tried? It might help me with writing the tutorial. |
I can't remember what I did with the C/C++ side of the story. I think I used GIT hub and then DUB. I used 'export DYLD_LIBRARY_PATH=libs' when running programs. I actually don't remember much. |
So, I'm in the middle of this atm - and it mostly works fine. Installing it on OSX has been pretty easy - I've just installed all dependencies using brew (Including autotools and cmake). As far as I remember, I believe all the brews you'll need to install is:
Incase the above isn't enough, here's the complete list of brews I have installed.
From then, following the Posix install instructions for DSFMLC will get you to the point you can compile a dsfml D project with dub. These are exactly what I followed:
Then it should be plain sailing!
The following doesn't matter anymore as has been fixed. Please ignore!
Complete the above with either ldc or an older version of dmd (or gdc, but I didn't check that!) |
Yes! It worked, thank you very much, grogancolin! I didn't see your reply, till now. |
Also, I got the following with ==> Upgrading gcc |
This is the rest of the brew/gcc stuff (wait forever!): ==> Upgrading gcc |
Taking for ever to update home brew stuff isn't very good. Can I do any thing about it? Do I just install Xcode CLT? |
I haven't been able to install it properly. Neither has my brother who does programming for a living.
The text was updated successfully, but these errors were encountered: