|
To Compile, Test, and Install
FreeBSD:
pypersrc is maintained as a FreeBSD port.
Debian and Ubuntu:
[2007/05/18] Install these dependencies:
apt-get install python-tk python-pmw
cygwin:
TCL_LIBRARY environment variable must be set:
export TCL_LIBRARY=c:/cygwin/usr/share/tcl8.4
Close all cygwin shells except one, then run "rebaseall"
which makes fork() work on cygwin Python.
To compile, test, and install:
tar xfzv pypersrc*tar.gz
cd pypersrc
./configure.sh
make
out/pypersrc src # test if it can run
make install
To browse code in a directory:
pypersrc ~/your_src_dir # defaults to C,C++,Python
pypersrc -l java ~/your_src_dir # browse Java src only
These are the programming languages that are currently recognized:
-l c c++ java python
|