Next: , Up: Build


6.1 Installation

Here are some brief instructions on how to install KSPACE. First you need to compile. Since you're impatient, try this

  1. install/locate the GNU MP and MPFR Libraries
  2. install/locate the GMPFRXX Library
  3. put in correct location of the above three libraries in src/Makefile

Once you have done these first steps, enter the following commands in the src directory;

  1. make all
  2. make check <= VERY IMPORTANT!!

The first command will build the kspace_t, set and cf executables. If all tests are passed, you have a successful installation.