chunying / gaminganywhere

GamingAnywhere: An Open Cloud Gaming System
http://www.gaminganywhere.org/
Other
844 stars 296 forks source link

code building on Windows 10 and CYGWIN64 #75

Open DineshGuptaa opened 6 years ago

DineshGuptaa commented 6 years ago

Hi All, I have cloned the gaminganywhere code on cygwin64 : Configuration as below:

uname -m =  x86_64
uname -s  = CYGWIN_NT-10.0
uname -a = CYGWIN_NT-10.0 Laptop-208 2.11.2(0.329/5/3) 2018-11-08 14:34 x86_64 Cygwin
Operating System Windows 10.

I have successfully completed the below steps

Edit the 'env-setup' script to ensure that GADEPS points to a correct directory. It should be an absolute path to gaminganywhere/deps.posix directory.
Merge environment variables from 'env-setup' by using '.' or 'source' command.
Build dependencies by running 'make' in the 'deps.src' directory.

Now when running 4 step then I am getting issue

Build GA by running 'make all' command in the 'ga' directory.

I wanted to build the 64 bit on windows machine with the help of cygwin. Now at this step Your help is needed. Please guide & help me to build the system on windows machine without Microsoft Visual Studio.

https://github.com/chunying/gaminganywhere/issues/10

Regards,