Changeset 9b57c4d for app/dist/tarball
- Timestamp:
- 05/09/08 08:49:43 (17 years ago)
- Branches:
- master, help
- Children:
- 3748bd1
- Parents:
- 40358d2
- git-author:
- pawelk <pawelk@…> (05/09/08 08:49:43)
- git-committer:
- pawelk <pawelk@…> (05/09/08 08:49:43)
- Location:
- app/dist/tarball
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
app/dist/tarball/INSTALL
r20b4e44 r9b57c4d 1 1 Here you can find some information about how to install utt. 2 2 3 You should just unpack archive and then 4 execute 5 bin/utt_make_config.pl 6 3 You should just unpack archive and then execute 4 make test 5 make install -
app/dist/tarball/Makefile
radb4c8d r9b57c4d 36 36 mkdir -p ${_TARBALL_ROOT}/cnf 37 37 mv ${_TARBALL_ROOT}/etc/utt/*.conf ${_TARBALL_ROOT}/cnf/ 38 ${DIR}/ prepare_conf.sh ${_TARBALL_ROOT}/cnf ${_TARBALL_ROOT}/etc/utt38 ${DIR}/../common/prepare_conf.sh ${_TARBALL_ROOT}/cnf ${_TARBALL_ROOT}/etc/utt \~\\\/.local 39 39 rm -rf ${_TARBALL_ROOT}/cnf 40 40 cp ./INSTALL ${_TARBALL_ROOT}/
Note: See TracChangeset
for help on using the changeset viewer.