hepmc - Diff between revs 360 and 361

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 360 Rev 361
Line 8... Line 8...
8 #------------------------------------------------------------- 8 #-------------------------------------------------------------
9 # platform specific issues 9 # platform specific issues
10 #------------------------------------------------------------- 10 #-------------------------------------------------------------
11 11
12 To build for Windows Visual C++, configure with CXX=cl CC=cl. 12 To build for Windows Visual C++, configure with CXX=cl CC=cl.
-   13 To avoid autotool confusion, we recommend running the bootstrap
-   14 in your cygwin environment before beginning the build.
13 Notice that custom makefiles are used by the Visual C++ build. 15 Notice that custom makefiles are used by the Visual C++ build.
14 See ReadMe.cygwin for more information. 16 See ReadMe.cygwin for more information.
15 17
16 On MacOSX, you need to define MACOSX_DEPLOYMENT_TARGET appropriately. 18 On MacOSX, you need to define MACOSX_DEPLOYMENT_TARGET appropriately.
17 For instance, set MACOSX_DEPLOYMENT_TARGET to "10.4" if you 19 For instance, set MACOSX_DEPLOYMENT_TARGET to "10.4" if you