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:

  1. it seems free glut isn't compiled. there included make files or cmake files included, build that. if new that, google it.
  2. 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.
  3. about bin directory, suggest copying contents of output directory .exe way when redistribute program users guaranteed have it.

Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -