瀏覽代碼

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

Samuel Thibault 14 年之前
父節點
當前提交
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 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
    copy the DLL files from hwloc, Cuda, and OpenCL into the StarPU
    installation bin directory, as well as MinGW/bin/libpthread*dll
@@ -118,4 +124,4 @@ http://www.open-mpi.org/projects/hwloc
 
 
 
-   
+