Re: [cgi-devel] Building cgi
Status: Beta
Brought to you by:
drrngrvy
From: Leutloff, C. <leu...@xo...> - 2012-07-23 19:52:56
|
Hi Mathieu, CGI is a header only library. Just include the header directories and you are done. Btw.: I am using CMake, too. Bye Christian Hi there, I am trying to simply build cgi. I have never used bjam before (cmake user), and bjam fails with: $ git clone git://github.com/darrengarvey/cgi.git $ cd cgi $ bjam project-root.jam:20: in get-boost-root rule ERROR unknown in module Jamfile</home/mathieu/tmp/cgi>. project-root.jam:28: in modules.load /usr/share/boost-build/build/project.jam:314: in load-jamfile /usr/share/boost-build/build/project.jam:62: in load /usr/share/boost-build/build/project.jam:168: in project.find /usr/share/boost-build/build-system.jam:570: in load /usr/share/boost-build/kernel/modules.jam:283: in import /usr/share/boost-build/kernel/bootstrap.jam:142: in boost-build /usr/share/boost-build/boost-build.jam:8: in module scope With: $ apt-cache policy libboost1.49-dev libboost1.49-dev: Installed: 1.49.0-3.1 Candidate: 1.49.0-3.1 Version table: *** 1.49.0-3.1 0 500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages 100 /var/lib/dpkg/status Thanks much, -- Mathieu |