comparison README @ 44:c76d8ce500cb

Update Readme, Fix in-place install, Fix source package generation
author Louis Opter <kalessin@kalessin.fr>
date Mon, 22 Mar 2010 16:50:28 +0100
parents f744b9c6aba2
children e16869cd9773
comparison
equal deleted inserted replaced
43:f744b9c6aba2 44:c76d8ce500cb
25 cd /where/you/have/extracted/the/sources/ && cmake . && make 25 cd /where/you/have/extracted/the/sources/ && cmake . && make
26 26
27 Install the api headers on your system: 27 Install the api headers on your system:
28 --------------------------------------- 28 ---------------------------------------
29 29
30 This is optional, but if you don't want to bother with include paths and 30 This is optional.
31 environment variables this is for you.
32 31
33 Windows: Use the installer. 32 Windows: Use the installer, then adjust your environ to add a variable which
33 point to the include dir and use this variable in VS.
34 34
35 If you are not on Windows do as in "Build examples" but after make do: 35 If you are not on Windows do as in "Build examples" but after make do:
36 36
37 make install 37 make install
38 38
39 Uninstall the api headers from your system: 39 Uninstall the api headers from your system:
40 ------------------------------------------- 40 -------------------------------------------
41 41
42 Windows: Use the control panel. 42 Windows: Use the uninstaller.
43 43
44 If you are not on Windows do as in "Build examples" but after make do: 44 If you are not on Windows do as in "Build examples" but after make do:
45 45
46 make uninstall 46 make uninstall
47 47