Saturday, March 22, 2008

Build

What external libraries do I need ?
  • wxNURBS uses wxWidgets as the windowing toolkit.
    To download wxWidgets, goto http://www.wxwidgets.org.
    • Important: Please get version 2.4.2 of wxWidgets for building the application
    • Please install wxWidgets in a path that does not have spaces, say C:\Programs\wxWindows-2.4.2. For some reason, MinGW is not very happy with spaces in the path.
  • Install MinGW from http://www.mingw.org

How do I build ?
  • Set the environment variable WXDIR to point to the installation directory of wxWindows-2.4.2 in your system.

  • Invoke the following command.
    make -f makefile.win
  • This would build the wxNURBS executable in the directory Debug.