Browse Source

Mention the needed conversion and filenames so Windows users can simply double-click on the file

Samuel Thibault 14 years ago
parent
commit
c9de386528
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.dev

+ 7 - 1
README.dev

@@ -104,6 +104,12 @@ http://www.open-mpi.org/projects/hwloc
    make
    make
    make install
    make install
 
 
+   Also convert a couple of files to CRLF:
+
+   sed -e 's/$/'$'\015'/ < README > $PWD/target/README.txt
+   sed -e 's/$/'$'\015'/ < AUTHORS > $PWD/target/AUTHORS.txt
+   sed -e 's/$/'$'\015'/ < COPYING.LGPL > $PWD/target/COPYING.LGPL.txt
+
 9. If you want your StarPU installation to be standalone, you need to
 9. If you want your StarPU installation to be standalone, you need to
    copy the DLL files from hwloc, Cuda, and OpenCL into the StarPU
    copy the DLL files from hwloc, Cuda, and OpenCL into the StarPU
    installation bin directory, as well as MinGW/bin/libpthread*dll
    installation bin directory, as well as MinGW/bin/libpthread*dll
@@ -118,4 +124,4 @@ http://www.open-mpi.org/projects/hwloc
 
 
 
 
 
 
-   
+