|
|
@@ -15,7 +15,7 @@ installation location: |
|
|
|
|
|
|
|
Now ask cmake to set up, passing in options a la cmake ("-DXXX=YYYY"): |
|
|
|
|
|
|
|
$> cmake -DCMAKE\_INSTALL\_PREFIX=/myvex/install/dir ${MYVEX} |
|
|
|
$> cmake -DCMAKE_INSTALL_PREFIX=/myvex/install/dir ${MYVEX} |
|
|
|
|
|
|
|
If your system is all ok, you can now do: |
|
|
|
|
|
|
@@ -29,8 +29,8 @@ to build+install in one go. |
|
|
|
|
|
|
|
`make install` will install the following files: |
|
|
|
``` |
|
|
|
/myvex/install/dir/lib/libvex.a |
|
|
|
/myvex/install/dir/include/vex.h |
|
|
|
... /vex++.h (for C++ code) |
|
|
|
... /vex_parser.h |
|
|
|
${CMAKE_INSTALL_PREFIX}/lib/libvex.a |
|
|
|
${CMAKE_INSTALL_PREFIX}/include/vex.h |
|
|
|
... /vex++.h (for C++ code) |
|
|
|
... /vex_parser.h |
|
|
|
``` |