avalero / OOML

C++ Object Oriented Mechanis Language
Other
75 stars 49 forks source link

windows installer #8

Open ghost opened 11 years ago

ghost commented 11 years ago

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 commented 11 years ago

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/avalero/OOML/issues/8 .

ghost commented 11 years ago

thanks for update :)

I will try to compile in VS 2012 Express.

avalero commented 11 years ago

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/avalero/OOML/issues/8#issuecomment-15051187 .

ghost commented 11 years ago

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/avalero/OOML/issues/8#issuecomment-15051374 .

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

avalero commented 11 years ago

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/avalero/OOML/issues/8#issuecomment-15052308 .

ghost commented 11 years ago

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/avalero/OOML/issues/8#issuecomment-15052729 .

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

ghost commented 11 years ago

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/avalero/OOML/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