Skip to content
Snippets Groups Projects
Commit 978f6930 authored by pteuben's avatar pteuben
Browse files

new file, to show the easiest installation possible

parent 5a717405
No related branches found
No related tags found
No related merge requests found
# Source this file to install and build partiview from scratch.
# (it does assume you have installed ancillary software, in this
# case fltk and Mesa)
rm -f install.log >& /dev/null
touch install.log
set stat = 0
echo \(Sending output to install.log\)
echo Running configure in src
cd src
configure >>& ../install.log
if ($status) then
@ stat++
endif
make >>& ../install.log
if ($status) then
@ stat++
endif
echo '++++++++++++++++++++++++++++++++++++++++' >>& ../install.log
cd ..
echo "Done..."
echo ""
echo "Note: You need to copy the partiview executable to any directory in your"
echo " path, or supply the following alias to your shell:"
echo " alias partiview `pwd`/src/partiview"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment