stetre / moonglfw

Lua bindings for GLFW
Other
67 stars 13 forks source link

Make for MacOS #1

Closed Larpoux closed 5 years ago

Larpoux commented 5 years ago

I modified the Makefile for building moonnuklear on MacOS.

I had to add a little patch in src/window.c, (function CreateWindow) for MACOS (does not impact the 2 others making).

stetre commented 5 years ago

Thank you for your contribution.

stetre commented 5 years ago

I removed the need for passing the MACOS=1 flag to make. It should work but I have no means to test it (I haven't got any apple). Let me know if it doesn't.

Larpoux commented 5 years ago

Congratulation ! :-)

Your Makefile runs fine on MacOS and Linux.

You are really better than me ;-)

Think to remove the first line (comment) of the Makefile, and correct the README.

Do you want I work on the html documentation ? My english is so bad that I cannot garantee a good job.

Le 13/05/2019 à 20:33, Stefano Trettel a écrit :

I removed the need for passing the MACOS=1 flag to make. It should work but I have no means to test it (I haven't got any apple). Let me know if it doesn't.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stetre/moonglfw/pull/1?email_source=notifications&email_token=AK6GDX6KU2DIJU5P62V6UM3PVGX6HA5CNFSM4HMQZ4OKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVJFS3Y#issuecomment-491936111, or mute the thread https://github.com/notifications/unsubscribe-auth/AK6GDX6J25CUHOCOZKU4UWLPVGX6HANCNFSM4HMQZ4OA.

stetre commented 5 years ago

Nevermind, I'll do it (not that my english is much better, though... I'm Italian ;-)

I think I'll also remove the MacOS related stuff from the READMEs to the README in the moonlibs repository.