pkg://Xarm-1.2.7.tar.gz:255173/
Xarm-1.2.7/INSTALL
downloads
Compiling Xarm:
* If you want to build with GNU configure:
Type the following in the project's root directory:
chmod u+x configure
./configure
make
NOTE: By default configure installs in /usr/local. To override this
use the --prefix option. For example:
./configure --prefix=/usr/X11R6
* If you want to build with Imake:
Type the following in the project's root directory:
chmod u+x Configure
./Configure
make
Installing Xarm:
Type the following in the project's root directory as root:
make install