jasonbcox / rocket

ROCKET Engine
Other
1 stars 0 forks source link

Compile and test in Linux #16

Closed jasonbcox closed 11 years ago

jasonbcox commented 11 years ago

ROCKET has yet to be compiled and tested on a Linux machine. Create a makefile that allows for easily compiling of each project. Collaborate to determine how to handle non-portable sections of code. Preferably, code segments should be written such that they compile on both Windows and Linux. If this can't be accomplished reasonably, separate similar segments with the preprocessor macros OS_WINDOWS and OS_LINUX.

jasonbcox commented 11 years ago

1fc7f825ce

jasonbcox commented 11 years ago

Added requirements to #13 that cause it to overlap with this ticket.