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 installer #8

Open
ghost opened this issue Mar 18, 2013 · 7 comments
Open

windows installer #8

ghost opened this issue Mar 18, 2013 · 7 comments

Comments

@ghost
Copy link

ghost commented Mar 18, 2013

I see that WIN32 ifdef is in the code, so any chances on a windows 32 or 64 bit installer ?

It would make testing easier here..

@avalero
Copy link
Owner

avalero commented Mar 18, 2013

Hello.

No, there should be no difference between 32 and 64 bits.

Alberto.

On Mon, Mar 18, 2013 at 12:23 PM, Gerard Webb notifications@github.comwrote:

I see that WIN32 ifdef is in the code, so any chances on a windows 32 or
64 bit installer ?

It would make testing easier here..


Reply to this email directly or view it on GitHubhttps://github.com//issues/8
.

@ghost
Copy link
Author

ghost commented Mar 18, 2013

thanks for update :)

I will try to compile in VS 2012 Express.

@avalero
Copy link
Owner

avalero commented Mar 18, 2013

Thanks to you Gerard,

OOML is something I would likt to continue coding and updating the
tutorials. Your interest is a great motivation!!

Alberto.

On Mon, Mar 18, 2013 at 1:04 PM, Gerard Webb notifications@github.comwrote:

thanks for update :)

I will try to compile in VS 2012 Express.


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-15051187
.

@ghost
Copy link
Author

ghost commented Mar 18, 2013

thats awesome news that you take it this way.

i think i should setup a virtual OS with ubuntu to work on this.

I am lost trying to et this working on Windows with visaul studio :)

what do you recommend ?

G

On 18 March 2013 13:10, Alberto Valero-Gómez notifications@github.comwrote:

Thanks to you Gerard,

OOML is something I would likt to continue coding and updating the
tutorials. Your interest is a great motivation!!

Alberto.

On Mon, Mar 18, 2013 at 1:04 PM, Gerard Webb notifications@github.comwrote:

thanks for update :)

I will try to compile in VS 2012 Express.


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15051187>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-15051374
.

Contact details:
+49 1573 693 8595 (germany)
+46 73 364 67 96 (sweden)
skype: gedw99

@avalero
Copy link
Owner

avalero commented Mar 18, 2013

I have compiled it once with VS. I installed CMake, loaded the
CMakeLists.txt file and told to generate the VS project. I worker straight
forward. But my usual development OS is Ubuntu. There is also many people
working on OS/X

On Mon, Mar 18, 2013 at 1:36 PM, Gerard Webb notifications@github.comwrote:

thats awesome news that you take it this way.

i think i should setup a virtual OS with ubuntu to work on this.

I am lost trying to et this working on Windows with visaul studio :)

what do you recommend ?

G

On 18 March 2013 13:10, Alberto Valero-Gómez notifications@github.comwrote:

Thanks to you Gerard,

OOML is something I would likt to continue coding and updating the
tutorials. Your interest is a great motivation!!

Alberto.

On Mon, Mar 18, 2013 at 1:04 PM, Gerard Webb notifications@github.comwrote:

thanks for update :)

I will try to compile in VS 2012 Express.


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15051187>
.


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15051374>
.

Contact details:
+49 1573 693 8595 (germany)
+46 73 364 67 96 (sweden)
skype: gedw99


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-15052308
.

@ghost
Copy link
Author

ghost commented Mar 18, 2013

ok sounds easy. Did not realise i could do it that way.

will try now

On 18 March 2013 13:47, Alberto Valero-Gómez notifications@github.comwrote:

I have compiled it once with VS. I installed CMake, loaded the
CMakeLists.txt file and told to generate the VS project. I worker straight
forward. But my usual development OS is Ubuntu. There is also many people
working on OS/X

On Mon, Mar 18, 2013 at 1:36 PM, Gerard Webb notifications@github.comwrote:

thats awesome news that you take it this way.

i think i should setup a virtual OS with ubuntu to work on this.

I am lost trying to et this working on Windows with visaul studio :)

what do you recommend ?

G

On 18 March 2013 13:10, Alberto Valero-Gómez notifications@github.comwrote:

Thanks to you Gerard,

OOML is something I would likt to continue coding and updating the
tutorials. Your interest is a great motivation!!

Alberto.

On Mon, Mar 18, 2013 at 1:04 PM, Gerard Webb notifications@github.comwrote:

thanks for update :)

I will try to compile in VS 2012 Express.


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15051187>
.


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15051374>
.

Contact details:
+49 1573 693 8595 (germany)
+46 73 364 67 96 (sweden)
skype: gedw99


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15052308>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-15052729
.

Contact details:
+49 1573 693 8595 (germany)
+46 73 364 67 96 (sweden)
skype: gedw99

@ghost
Copy link
Author

ghost commented Mar 18, 2013

i just want to add that i have used Node-gyp. It generates the IDE files
needed for various IDE's
So its pretty nice.

here is a little write up about it Gyp and why google created it.
https://code.google.com/p/gyp/wiki/GypVsCMake

I plan to use NodeJS on top of OOML in order to allow me to build a webgl
layer on top. SO at least for me GYP is nice.

So, i guess i am asking how you feel about using GYP or NodeGyp as a build
system ? Dont want to get into a religious ware about it :)

On 18 March 2013 13:51, Ged Wed gedw99@gmail.com wrote:

ok sounds easy. Did not realise i could do it that way.

will try now

On 18 March 2013 13:47, Alberto Valero-Gómez notifications@github.comwrote:

I have compiled it once with VS. I installed CMake, loaded the
CMakeLists.txt file and told to generate the VS project. I worker
straight
forward. But my usual development OS is Ubuntu. There is also many people
working on OS/X

On Mon, Mar 18, 2013 at 1:36 PM, Gerard Webb notifications@github.comwrote:

thats awesome news that you take it this way.

i think i should setup a virtual OS with ubuntu to work on this.

I am lost trying to et this working on Windows with visaul studio :)

what do you recommend ?

G

On 18 March 2013 13:10, Alberto Valero-Gómez notifications@github.comwrote:

Thanks to you Gerard,

OOML is something I would likt to continue coding and updating the
tutorials. Your interest is a great motivation!!

Alberto.

On Mon, Mar 18, 2013 at 1:04 PM, Gerard Webb <
notifications@github.com>wrote:

thanks for update :)

I will try to compile in VS 2012 Express.


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15051187>
.


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15051374>
.

Contact details:
+49 1573 693 8595 (germany)
+46 73 364 67 96 (sweden)
skype: gedw99


Reply to this email directly or view it on GitHub<
https://github.com/avalero/OOML/issues/8#issuecomment-15052308>
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-15052729
.

Contact details:
+49 1573 693 8595 (germany)
+46 73 364 67 96 (sweden)
skype: gedw99

Contact details:
+49 1573 693 8595 (germany)
+46 73 364 67 96 (sweden)
skype: gedw99

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