apply FSL(Flora Software License)
[profile/ivi/taskmanager.git] / INSTALL
1 1. make the build directory
2
3   ex) 
4
5    $ mkdir build
6
7
8 2. change the working directory to the build directory
9
10   ex)
11
12    $ cd build
13
14
15 3. run 'cmake'
16
17         $ cmake ${SOURCE_DIR} -DCMAKE_INSTALL_PREFIX=/opt/apps/@@PKGNAME@@
18
19   ex)
20
21    $ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/apps/@@PKGNAME@@
22
23    or
24
25    $ cmake ..
26
27 4. make & make install
28
29   ex)
30
31    $ make -j 2 && make install
32