INSTALL 1.15 KB
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
Basic Installation
==================

	First of all ensure that you have set $setu environment variable to the sampark path.
	if you are not set the setu environment variable then set it by adding the following
	line in your .bash_profile

	export setu=/home/kanhinilmt/sampark
	
	you will have to run 'source .bash_profile' to make these changes effective.
	test that the path is set by 'env | grep setu'
	
	The way to copy/compile this package is :

  1. `cd' to the directory containing the package's source code.


  2. Type `make' to copy the package source to $setu/src/sl/morph/kan
     and the data to $setu/data_src/sl/morph/kan

  3. `cd' to the sytem wide directory $setu/src/sl/morph/kan

  4. Type `make compile' to compile the programs, data files and
     documentation in the sampark system wide directory.

  5. Type `make install' to install the programs, data files and
     documentation in the sampark system wide directory.
     (Refer Chapter-6 in the ilmtguidlines_0.3)

  5. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  


For how to use morph, please refer to the file README.