1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/tjopenlab-yaml-cpp

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
install.txt 653 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jesse Beder Отправлено 21.12.2009 23:35 6f40b09
*** With CMake ***
yaml-cpp uses CMake to support cross-platform building. In a UNIX-like system, the basic steps to build are:
1. Download and install CMake (if you don't have root privileges, just install to a local directory, like ~/bin)
2. From the source directory, run:
mkdir build
cd build
cmake ..
and then the usual
make
make install
3. To clean up, just remove the 'build' directory.
*** Without CMake ***
If you don't want to use CMake, just add all .cpp files to a makefile. yaml-cpp does not need any special build settings, so no 'configure' file is necessary.
(Note: this is pretty tedious. It's sooo much easier to use CMake.)

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/tjopenlab-yaml-cpp.git
git@api.gitlife.ru:oschina-mirror/tjopenlab-yaml-cpp.git
oschina-mirror
tjopenlab-yaml-cpp
tjopenlab-yaml-cpp
master