mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-22 00:29:23 +02:00
releasecreator: clearer help
This commit is contained in:
parent
313ae57dcc
commit
19368a3336
21
tools/releasecreator/README.txt
Normal file
21
tools/releasecreator/README.txt
Normal file
@ -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=../..
|
Loading…
Reference in New Issue
Block a user