forked from kongjian/tsar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
22 lines (17 loc) · 785 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Simple install procedure
========================
% gzip -cd tsar-2.1.0.tar.gz | tar xvf - # unpack the sources
% cd tsar-2.1.0 # change to the toplevel directory
% make # build tsar
[ Become root if necessary ]
% make install # install tsar
% make uninstall # uninstall tsar
[ if you want install tsardevel ]
% make tsardevel
% make uninstall
RPM install
========================
%gzip -cd tsar-2.1.0.tar.gz | tar xvf - # unpack the sources
%cd tsar-2.1.0/rpm # change to the rpm directory
%sh tsar-build.sh .. tsar 2.1.0 1 # create rpm for tsar
%rpm -ivh *.rpm # install tsar by rpm