c++ - Installing FreeGlut 3.0.0 in Netbeans IDE with Cygwin Compiler -
i trying install freeglut , set opengl within netbeans 8.02 ide. using cygwin (gcc/g++) compiler in netbeans. have installed freeglut 3.0.0 don't know how link freeglut libraries cygwin compiler in netbeans.
i think have copy , paste bin, lib, , include folders freetglut , merge them bin, lib, , include folders within cygwin folder. im not sure on this.
i have multiple comments:
- it seems free glut isn't compiled. there included make files or cmake files included, build that. if new that, google it.
- about making sure cygwin links them, suppose approach work, not best. suggest add lib folder link (or library) directories in ide. i'm not familiar net beans, in project settings page.
- about bin directory, suggest copying contents of output directory .exe way when redistribute program users guaranteed have it.
Comments
Post a Comment