소스 검색

releasecreator: clearer help

mattias 1 년 전
부모
커밋
19368a3336
1개의 변경된 파일21개의 추가작업 그리고 0개의 파일을 삭제
  1. 21 0
      tools/releasecreator/README.txt

+ 21 - 0
tools/releasecreator/README.txt

@@ -0,0 +1,21 @@
+Pas2jsReleaseCreator is a tool to create a release or a snapshot of pas2js.
+
+It creates a zip for a binary distribution of pasj2s:
+- binaries, e.g. pas2js.exe and some tools like compileserver.exe
+- demos
+- packages
+- It does not include the compiler sources.
+
+The creator requires some installed tools: git, make, zip
+
+Running:
+
+./Pas2jsReleaseCreator -s ../.. --fpcrelease=/usr/lib/fpc/3.2.2/ppcx64 --fpcdevel=/usr/lib/fpc/3.3.1/ppcx64 -x
+
+You can put some parameters into an ini file and pass that via -c.
+Example for an ini file:
+
+[Main]
+fpcrelease=/usr/lib/fpc/3.2.2/ppcx64
+fpcdevel=/usr/lib/fpc/3.3.1/ppcx64
+sourcedir=../..