Prerequisites must be installed or placed appropriately, according with instructions for specific program.
Regarding the further steps, typically you should locate CMakeListst.txt file, create subfolder "build" in the same folder, change to "build" folder and run "cmake .." from it. Upon successful run, a Makefile or other type of build config will be created, which you then should execute separately. Kind regards, - Dmitry. 2018-07-18 21:27 GMT+03:00 moseymoose via CMake <[email protected]>: > Hi. I am a complete beginner at this but here goes. I'm trying to compile > files to make Transcriber AG. I downloaded the prerequisite files including > gtk, xerces, etc. Now what do I do? Thank you for your help. > > > Warmly, > Larry > > > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > > -- > > Powered by www.kitware.com > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Kitware offers various services to support the CMake community. For more > information on each offering, please visit: > > CMake Support: http://cmake.org/cmake/help/support.html > CMake Consulting: http://cmake.org/cmake/help/consulting.html > CMake Training Courses: http://cmake.org/cmake/help/training.html > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Follow this link to subscribe/unsubscribe: > https://cmake.org/mailman/listinfo/cmake > >
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake
