diff --git a/ase/doc/quickstart-en.man b/ase/doc/quickstart-en.man index 6ae2b4c9..a15c7022 100644 --- a/ase/doc/quickstart-en.man +++ b/ase/doc/quickstart-en.man @@ -6,6 +6,8 @@ The first step in using this library is to build it. This document shows how to == Source Code Directory Structure == +The source code is organized in the following directory structure. + {{{ ase +- cmn .................... contains common functions and macros. +- utl .................... contains more general-purpose utillity @@ -48,7 +50,6 @@ debug ${top)/debug/bin $(top)/debug/lib ${top}/${module}/debug * ${top} - the top level directory * ${module} - each module subdirectory -* it may create more subdirectories under each output directory. }}} If you have preference for a particular compiler and the flags, you may explicitly specify them when you run the [[configure]] script. Here are presented a few such examples. @@ -68,7 +69,7 @@ CC=gcc CFLAGS="-Wall -O2" ./configure # 32-bit You may specify the C++ compiler with [[CXX]] and its flags in [[CXXFLAGS]]. -The JNI library for JAVA is built automatically if required JNI header files are detected by the [[configure]] script. Make sure that the [[javac]] command is included in the [[PATH]] environment variable for this. The JAVA class files are built with the [[javac]] command detected as well. The {ant,http://ant.apache.org} utility from the Apache Software Foundataion can be used to build the java class files. +The JNI library for JAVA is built automatically if required JNI header files are detected by the [[configure]] script. Make sure that the [[javac]] command is included in the [[PATH]] environment variable for this. The JAVA class files are built with the [[javac]] command detected as well. The {ant,http://ant.apache.org} utility from the Apache Software Foundataion can be used to build the java class files. The [[build.xml]] file is provided at the top-level directory for this. == OpenVMS == @@ -98,11 +99,7 @@ aseawk -f hello.awk == MS-Windows == -You may use the Visual Studio 6 or later to open the provided project file. Two projects are - - - -Otherwise open the command-line build environment and use the [[make]] utility. +You may use the Visual Studio 6 or later to open the project. But you need Visual Studio 2003 or later to build the .NET related projects. Otherwise, open the command-line build environment and use the [[make]] utility. A set of make scripts is provided to support the Microsoft build environement and the Borland build environment. The script for the Miscrosoft build environment is named [[makefile.msw.cl]] while it is [[makefile.msw.bcc]] for the Borland counterpart. @@ -120,6 +117,3 @@ nmake /f makefile.msw.cl }}} However, The COM module can only be built within the Visual Studio environment. After having built the COM module, you may open [[ase/test/com/asetestcom.vbp]] for testing. - - -