(Created page with 'Hello Friends (It is my first talk/discution post on kde.org.Sorry for my mistakes and "don't know about ...") In CMake Totorial I found line: CMAKE_INCLUDE_PATH, eg. export ...') |
|||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | Hello | + | Hello Friend |
(It is my first talk/discution post on kde.org.Sorry for my mistakes and "don't know about ...") | (It is my first talk/discution post on kde.org.Sorry for my mistakes and "don't know about ...") | ||
| Line 5: | Line 5: | ||
In CMake Totorial I found line: | In CMake Totorial I found line: | ||
| − | CMAKE_INCLUDE_PATH, eg. export CMAKE_INCLUDE_PATH=/sw/include | + | <pre> |
| − | CMAKE_LIBRARY_PATH, eg. export CMAKE_LIBRARY_PATH=/sw/lib | + | CMAKE_INCLUDE_PATH, eg. export CMAKE_INCLUDE_PATH=/sw/include |
| − | CMAKE_PROGRAM_PATH, eg. export CMAKE_LIBRARY_PATH=/sw/bin | + | CMAKE_LIBRARY_PATH, eg. export CMAKE_LIBRARY_PATH=/sw/lib |
| − | + | CMAKE_PROGRAM_PATH, eg. export CMAKE_LIBRARY_PATH=/sw/bin | |
| + | </pre> | ||
in third line CMAKE_LIBRARY_PATH is ok? It don't have to be CMAKE_PROGRAM_PATH? | in third line CMAKE_LIBRARY_PATH is ok? It don't have to be CMAKE_PROGRAM_PATH? | ||
Greetings | Greetings | ||
| − | + | --[[User:Serkamil|Serkamil]] 02:46, 23 January 2010 (UTC) | |
Hello Friend
(It is my first talk/discution post on kde.org.Sorry for my mistakes and "don't know about ...")
In CMake Totorial I found line:
CMAKE_INCLUDE_PATH, eg. export CMAKE_INCLUDE_PATH=/sw/include CMAKE_LIBRARY_PATH, eg. export CMAKE_LIBRARY_PATH=/sw/lib CMAKE_PROGRAM_PATH, eg. export CMAKE_LIBRARY_PATH=/sw/bin
in third line CMAKE_LIBRARY_PATH is ok? It don't have to be CMAKE_PROGRAM_PATH?
Greetings --Serkamil 02:46, 23 January 2010 (UTC)