Build Adamoto



Checkout adamoto from cvs to a directory called adamoto.

Development on Linux based machine

To rebuild all, you have to build the windows based loader at first.

(If you don't want to rebuild the windows based loader installation file, an executable version is located in adamoto/inst-loader and checked out through cvs. )

Copy the content of src-loader/win to a windows based machine.

Copy the content of src-script to a windows based machine.

On the windows based machine complile the content of src-loader/win with nmake loader.mak.

Copy src-loader/win/release/loader.exe and src-script/*.* to a temp directory.

Create a zipped file containing loader.exe, install.pl and loader.pl and call it win_install.zip.

Call ChilkatZipSE.exe -autotemp -run install.pl win_install.zip.

Copy the created file win_install.exe to the subdirectory inst-loader in your adamoto directory on the Linux based machine.

OR

call Ant winloaderinst on your Windows based machine and copy the created file win_install.exe to the subdirectory inst-loader in your adamoto directory on the Linux based machine.

On your Linux based machine change into your adamoto directory and call Ant .



Development on Windows based machine

To rebuild all, you have to build the linux based loader at first.

(If you don't want to rebuild the linux based loader installation file, an executable version is located in adamoto/inst-loader and checked out through cvs. )

Copy the content of your adamoto directory to a linux based machine.

Call Ant linloaderinst.

Copy the created file lin_install.sh to the subdirectory inst-loader in your adamoto directory on the Windows based machine.

On your Windows based machine change into your adamoto directory and call Ant .