SV Install Guide
In this chapter, the environment required to compile and use "sv" and the procedure of installation is described.
Requirements
Binary Distributions
- MS Windows 32 bit environment.
Three button mouse is recommended. (But you can use with two button mouse.)
Source Distribution
- Windows
32bit MS Windows (NT/95/98) with Mingw32/Cygwin GCC.
- UNIX
X11R5/R6 with X Tool-kit and MIT Athena Widget set. ANSI C compiler (gcc, egcs, and so on)
Installation from source code.
You need to install GNU perl before install sv. You can download it from anonymous ftp sites in the world. Fortunately, most UNIX systems are distributed with GNU perl. What you need to do is to find the path of perl. Try which perl
on the UNIX shell.
You also need X11 with development kits (Xt and Xaw libraries) to build sv.
Installation procedure is :
./configure
make
(su)
make install
Install under MS-Win 95/98/ME environment
- Installation procedure
- Start Installer
- sv.exe and cav5.exe will be placed in the windows folder. Some other components will be placed under the Program Files folder.
- Uninstallation procedure
- Remove from control panel
Install under MS-Win 2000/XP environment
- Installation procedure
- Extract archive
- Copy svwin.exe, svwin.hlp to the directory you want to install. If you want to use from windows dos prompt, you should copy to the directory that specified by the environment variable "PATH", such as "c:/windows/command".
- Uninstallation procedure
- Remove "svwin.exe" and "svwin.hlp" from the directory you installed.
Trouble when installing
If you get error or warning message from compilers, ask me by e-mail. My E-mail address is tnemoto@eels.kuicr.kyoto-u.ac.jp.