|
Monday, 03 April 2006 |
|
This mini-HowTo desribes how to create and use new symbol for point features |
|
Read more...
|
|
|
Friday, 17 March 2006 |
Mailing Lists Have Moved
The QGIS mailing lists have moved to a new location. All existing subscribers have been automatically subscribed to the new lists. Please discontinue use of the lists hosted at lists.sourceforge.net.
QGIS User List
The QGIS user mailing list is for discussion of QGIS in general, as well as specific questions regarding its installation and use. You can subscribe to this list at:http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
QGIS Developer List
The QGIS developer mailing list is for discussion of development issues, plans, and features. You can subscribe to this list at:
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
You are welcome to join both lists. Please remember to contribute to the list by answering questions and sharing your experiences.
|
|
|
Tuesday, 07 March 2006 |
First install all the necessary packages:
aptitude install subversion \
automake1.9 \
libtool \
libsqlite3-dev \
libgsl0-dev \
libqt4-dev \
libgrass-dev
Please note that older versions of automake (<1.8) do not work.
ln -s /usr/bin/rcc /usr/share/qt4/bin/
(necessary to find the rcc program - thanks Steve Halasz for pointing this out).
Please note: a bug has been filed for this; it may become unnecessaary in the near future.
Move to the directory where you want to store the source and the package:
cd /your/directory
svn co https://svn.qgis.org/repos/qgis/trunk/qgis qgis-unstable
cd qgis-unstable
Then start configuring:
./autogen.sh --with-qtdir=/usr/share/qt4
(I have a self-compiled grass, and I had to add:
--with-grass=/usr/lib/grass-6.1.cvs);
check ./configure --help to get a list of options.Then simply:
make
become super user:
su
then:
buildpackage
Please note: at the time of writing, buildpackage is not in testing. It is reasonably safe, however, to take it from unstable.
The process results in a .deb package that can be installed on other machines (be careful! It does not check dependencies, so you have to install all the necessary packages beforehand).
|
|
|
Monday, 06 March 2006 |
|
Forums are currently offline and will return shortly. You can get support and exposure to a wider audience using the QGIS Mailing Lists.
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
| Results 17 - 24 of 84 |