You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 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
|