File: INSTALL

package info (click to toggle)
admesh 0.98.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ansic: 2,945; sh: 284; makefile: 54; xml: 18
file content (14 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To install ADMesh, you will need a system with a c compiler.
Do the following:

1.  Get the file admesh-x.xx.tar.gz
2.  Extract the archive.  i.e. type something like the following:
         tar -zxvf admesh-x.xx.tar.gz
    The source files will be extracted into a directory called admesh-x.xx
3.  cd admesh-x.xx
4.  type the following:
         ./configure
	 make
	 su -c 'make install'

That should do it. Standard options for configure script and make are provided.