Просмотр исходного кода

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

Samuel Thibault лет назад: 15
Родитель
Сommit
c9de386528
1 измененных файлов с 7 добавлено и 1 удалено
  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
 
 
 
 
 
 
-   
+