[Pkg-scicomp-devel] libmesh/trunk/debian

Ondrej Certik ondrej at certik.cz
Mon Nov 19 14:48:10 UTC 2007


SVN commit 1915 by certik-guest:

version in README.Debian fixed

 M  +3 -3      libmesh/trunk/debian/README.Debian  


--- libmesh/trunk/debian/README.Debian #1914:1915
@@ -2,7 +2,7 @@
 ==================
 
 When developing with the libmesh library, install the
-"libmesh0.6.0-dev" package.
+"libmesh0.6.1-dev" package.
 
 How to compile your first project
 ---------------------------------
@@ -10,8 +10,8 @@
 The upstream documentation is not suited for Debian (they use non-standard ways
 to compile things). On Debian, you can use the standard procedure: 
 
-Install "libmesh0.6.0-dev", copy the example ex2.C (for instance) from
-/usr/share/doc/libmesh0.6.0-dev/examples/ex2/ into your working directory and do:
+Install "libmesh0.6.1-dev", copy the example ex2.C (for instance) from
+/usr/share/doc/libmesh0.6.1-dev/examples/ex2/ into your working directory and do:
 
 g++ -I/usr/include/libmesh -I/usr/include/mpi -I/usr/include/petsc -c -o ex2.o ex2.C
 g++ -o ex2 ex2.o -lmesh -lpetsc -lpetscdm -lpetscksp -lpetscmat -lpetscsnes -lpetscts -lpetscvec



More information about the Pkg-scicomp-devel mailing list