This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.

15 lines
470 B
Plaintext

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.