Revision: 383
http://rpy.svn.sourceforge.net/rpy/?rev=383&view=rev
Author: warnes
Date: 2007-11-29 08:12:07 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
Update windows compile instructions and batch file
Modified Paths:
--------------
trunk/rpy/INSTALL.WINDOWS
trunk/rpy/setup.bat
Modified: trunk/rpy/INSTALL.WINDOWS
===================================================================
--- trunk/rpy/INSTALL.WINDOWS 2007-11-29 16:07:13 UTC (rev 382)
+++ trunk/rpy/INSTALL.WINDOWS 2007-11-29 16:12:07 UTC (rev 383)
@@ -11,13 +11,11 @@
o R (a recent version)
- o The "Numeric" python module.
+ o Either the "NumPy" or "Numeric" python module.
Main page: http://numpy.sf.net/
Download from:
-
http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=1351)
-
- Note: You need the "Numeric" module and *not* "NumPy".
+ http://sourceforge.net/project/showfiles.php?group_id=1369
o win32all, windows extensions from Mark Hammond (included in
ActiveState python) and is also available from
@@ -43,4 +41,4 @@
where you installed MinGW.
3. Run setup.bat
-
\ No newline at end of file
+
Modified: trunk/rpy/setup.bat
===================================================================
--- trunk/rpy/setup.bat 2007-11-29 16:07:13 UTC (rev 382)
+++ trunk/rpy/setup.bat 2007-11-29 16:12:07 UTC (rev 383)
@@ -39,9 +39,9 @@
REM Important Paths
set MINGW=C:\MinGW
-set PYTHON=C:\Python24
+set PYTHON=C:\Python25
-path %MINGW%\bin;%PYTHON%
+path %MINGW%\bin;%PYTHON%;%PATH%
echo copying setup.Win32 to setup.cfg
copy setup.Win32 setup.cfg
@@ -50,10 +50,17 @@
REM set RHOMES=C:\Progra~1\R\R-2.2.1
REM Uncomment to clean up completely before starting
-REM python setup.py build clean --all
+python setup.py build clean --all
REM Perform Local Install
python setup.py build_ext --compiler=mingw32 build install --force
REM Create Windows Installer
python setup.py build --compiler=mingw32 bdist_wininst
+
+REM Finish batch file, but don't close the window. This allows
+REM the user to see any messages that were generated, it also
+REM leaves the shell with the environment variables as we set
+REM them, making it easier for users to perform other actions
+REM in an appropriate environment
+EXIT /B
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list