-
Notifications
You must be signed in to change notification settings - Fork 1
yaml cpp
Mart edited this page Oct 17, 2015
·
1 revision
- Proyecto en Google Code: https://code.google.com/p/yaml-cpp/
- Proyecto en GitHub: https://github.com/jbeder/yaml-cpp
- Versión usada: https://github.com/jbeder/yaml-cpp/releases/tag/release-0.3.0
- Uso básico: https://code.google.com/p/yaml-cpp/wiki/Tutorial
wget https://github.com/jbeder/yaml-cpp/archive/release-0.3.0.zip
unzip release-0.3.0.zip
cd yaml-cpp-release-0.3.0
mkdir build
cd build
cmake ..
make
cp libyaml-cpp.a /usr/lib
cd ../..
rm -rf yaml-cpp-release-0.3.0
rm release-0.3.0.zip
(Se puede cambiar el valor de ip y port por el deseado)
printf '# Configuración de conexión\nip: 127.0.0.1\nport: 8080' >config.yml
Facultad de Ingeniería - Universidad de Buenos Aires