[BACK]Return to openxm-development-environment.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / issac2000

File: [local] / OpenXM / doc / issac2000 / openxm-development-environment.tex (download)

Revision 1.3, Mon Jan 3 04:27:52 2000 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -2 lines

My final update of the paper for ISSAC2000.
Please feel free to make any changes.

%$OpenXM: OpenXM/doc/issac2000/openxm-development-environment.tex,v 1.3 2000/01/03 04:27:52 takayama Exp $

\section{OpenXM Development Environment}  (Maekawa)

OpenXM package is now developed and maintained by
a CVS server on the FreeBSD operating system.
This is an open system to develop softwares.
Any mathematical programmers are welcome to
join with the committer team of OpenXM.
The CVS web is used for reading the source tree and the change logs.
The cvsup server is used to synchronize the local source tree with
the main source tree.
These software tools are widely used to develop free software packages
like the FreeBSD operating system.
Many mathematical softwares are developed by one programmer
without using these tools.
We realized that these tools are very useful and powerful in developement
of the OpenXM mathematical software package by a team.