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

Windows compatible makefile #39

Open
jacob2512 opened this issue Oct 28, 2013 · 0 comments
Open

Windows compatible makefile #39

jacob2512 opened this issue Oct 28, 2013 · 0 comments

Comments

@jacob2512
Copy link

Tried to run make on the Makefile at
cube\src\web
in Windows 7,
but it fails mainly because of the windows convention of ""
as opposed to "/" in UNIX.

After replacing the slashes, other issues emerge such as

make[1]: Entering directory 'xxx/cube2/src/web/enet' make[1]: *** No rule to make target all'. Stop. make[1]: Leaving directory 'xxx/cube2/src/web/enet' make: *** [libenet] Error 2

Please suggest a suitable way to 'make' on Windows.
Else, a Makefile specific to Windows would be useful.

@Croydon Croydon mentioned this issue Sep 11, 2015
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

1 participant