Skip to content

How2BuildTest

Raphael Kim edited this page Aug 27, 2018 · 4 revisions

Requirements

You need to clone or download my fltk-1.3.4-2-ts and fl_imgtk from here.

Recommend put every projects in same directory level to build it withour error.

Here is some simple sequence to complete build test program.

Sequence to first time of all

First, Configure fltk and make them all, then install to your system ( not able to M$VC ) as like this:

(somewhere your project root)/fltk-1.3.4-2-ts $ ./configure --with-abiversion=10304
(somewhere your project root)/fltk-1.3.4-2-ts $ make -j (your cpu core x 2 )
(somewhere your project root)/fltk-1.3.4-2-ts $ sudo make install

Then move to fl_imgtk. ( M$VC not supports )

(somewhere your project root)/fl_imgtk $ make -f Makefile.(your favor: gcc, llvm, macos or mingw)

Then, compile test again.

(somewhere your project root)/libsrcnn $ make -f Makefile.test
Clone this wiki locally