15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
|
|
/* please, adapt the Makefile file to your environment */
|
||
|
|
|
||
|
|
/* cd to bessel directory */
|
||
|
|
$ pwd
|
||
|
|
/home/linux/livr/bessel
|
||
|
|
|
||
|
|
/* compile */
|
||
|
|
$ make all
|
||
|
|
|
||
|
|
/* start datafiles generator */
|
||
|
|
$ genbessel
|
||
|
|
|
||
|
|
/* put datafiles where they have to be loaded */
|
||
|
|
$ make install
|