The installation of CTP for Linux is very simple. The procedure is described below. (Note: You don't need to be root to install CTP, but I chose to do so.)

# mount /mnt/cdrom
# cd /mnt/cdrom
# ls -al
total 169895
dr-xr-xr-x   4 root     root         2048 Apr 14 06:53 .
drwxr-xr-x  10 root     root         1024 May 21 17:58 ..
-r--r--r--   1 root     root            0 Apr 12 13:24 .ctpcd
-r--r--r--   1 root     root     173616525 Apr 14 06:37 CivCTP.tar.gz
-r--r--r--   1 root     root         3721 Apr 13 16:17 README
-r--r--r--   1 root     root          516 Apr 12 13:10 install
dr-xr-xr-x   3 root     root         2048 Apr  3 16:26 runtime
dr-xr-xr-x   4 root     root         4096 Apr 12 14:54 setup
# sh ./install

Since the CTP v1.1 patch is now available, you should just go ahead and install it right after installing CTP. I downloaded the patch from Loki and placed it in the /tmp directory.

# cd /tmp
# tar zxf CivCTP-1.1-x86.tar.gz
# cd /tmp/CivCTP-1.1/
# ls
CivCTP	 README   upgrade  xdelta
# ./upgrade /opt
 
Welcome to the Civilization : Call To Power upgrade installer
=============================================================
 
Installation Directory: /opt/CivCTP
Moving felicity's CivCTP save directory to save-old
/home/felicity/.civctp/save -> /home/felicity/.civctp/save-old
 
=============================================================
Copying new files ...
<More copying of files>
Copying README_Editor.txt ...
 
=============================================================
Patching files ...
xdelta: version 1.1.1
 
Patching crater.so ...
<More patching of files>
Patching civctp ...
 
=============================================================
Adding desktop menu items ...

Upgrade complete.

=============================================================
Would you like to read the README for CivCTP 1.1?  [Y/n] 
=============================================================
Thank you for upgrading to Civilization : Call To Power 1.1
Type '/opt/CivCTP/civctp' to play.

Enjoy the enhancements!!!           -- The Loki CivCTP Team
=============================================================


Next Prev