[postgis-tickets] [PostGIS] #2316: Setup buildbot jobs to test sfcgal
PostGIS
trac at osgeo.org
Mon Aug 17 09:44:05 PDT 2015
#2316: Setup buildbot jobs to test sfcgal
------------------------+----------------------------
Reporter: robe | Owner: robe
Type: task | Status: new
Priority: high | Milestone: Management 2.0
Component: buildbots | Version: trunk
Resolution: | Keywords:
------------------------+----------------------------
Comment (by vmo):
Hi,
Add that to your /etc/apt-source.list
{{{
deb-src http://debian.mirrors.ovh.net/debian/ sid main contrib non-free
}}}
Then:
{{{
sudo apt-get update
apt-get build-dep sfcgal-bin
apt-get -b source sfcgal-bin
}}}
After that you have a nice list of .deb in your working directory:
{{{
dpkg -i *.deb
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2316#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list