Clearer instructions

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5408 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-11-25 21:11:42 +00:00
commit 2bd6b24910
4 changed files with 8 additions and 8 deletions

View file

@ -25,17 +25,17 @@ which must be built and properly installed.
Unix:
-----
- Run make
- Make sure the SWIG runtime library is built and the path to it is
in LD_LIBRARY_PATH
- Run make
- Run the test as described above
Windows:
--------
- Make sure the SWIG runtime library is built and in your path. See Windows.html.
- Use the Visual C++ 6 workspace file (example.dsw). Build each project
to create the 4 DLLs. The Batch build option in the Build menu is the
easiest way to do this. Only use the Release builds not the Debug builds.
- Make sure the SWIG runtime library is built and in your path
- Run the test as described above

View file

@ -25,17 +25,17 @@ which must be built and properly installed.
Unix:
-----
- Run make
- Make sure the SWIG runtime library is built and the path to it is
in LD_LIBRARY_PATH
- Run make
- Run the test as described above
Windows:
--------
- Make sure the SWIG runtime library is built and in your path. See Windows.html.
- Use the Visual C++ 6 workspace file (example.dsw). Build each project
to create the 4 DLLs. The Batch build option in the Build menu is the
easiest way to do this. Only use the Release builds not the Debug builds.
- Make sure the SWIG runtime library is built and in your path
- Run the test as described above

View file

@ -25,17 +25,17 @@ which must be built and properly installed.
Unix:
-----
- Run make
- Make sure the SWIG runtime library is built and the path to it is
in LD_LIBRARY_PATH
- Run make
- Run the test as described above
Windows:
--------
- Make sure the SWIG runtime library is built and in your path. See Windows.html.
- Use the Visual C++ 6 workspace file (example.dsw). Build each project
to create the 4 DLLs. The Batch build option in the Build menu is the
easiest way to do this. Only use the Release builds not the Debug builds.
- Make sure the SWIG runtime library is built and in your path
- Run the test as described above

View file

@ -10,7 +10,7 @@ Run make. This can also be done from the top level directory by running
Windows
-------
See Doc\Manual\Windows.html for environment variables to set and further information.
Choose which runtime library needs building and load the Visual Studio 6
project file and build it. For example, use swigpy.dsp for Python. The
runtime libraries can also be built using Cygwin.
project file and build it. For example, use swigpy.dsp for Python.