Skip to content
Snippets Groups Projects
Commit 40ef2c22 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-help' into 'main'

update typo in build.php; update docs

See merge request !3
parents deda2237 9a1c2b65
Branches main
No related tags found
1 merge request!3update typo in build.php; update docs
...@@ -32,7 +32,7 @@ if(isset($ARGS['-h']) || isset($ARGS['--help'])){ ...@@ -32,7 +32,7 @@ if(isset($ARGS['-h']) || isset($ARGS['--help'])){
- Merge PHP sources to a single file - Merge PHP sources to a single file
- Compile binary - Compile binary
- Test binary - Test binary
- Coy to architecture specific binary - Copy to architecture specific binary
- Create readme with buildinfos - Create readme with buildinfos
............................................................................... ...............................................................................
......
...@@ -7,6 +7,16 @@ ...@@ -7,6 +7,16 @@
</html> </html>
<!-- END-ADD-TTY-PLAYER --> <!-- END-ADD-TTY-PLAYER -->
## Introduction
The compilation to a platform specific binary is done with `spc`.
Website: <https://static-php.dev/>
We need to prepare an environment to let do it its work.
Additionally you need a PHP installation to modify php sources and to start installer and build script.
## Requirements ## Requirements
### Linux ### Linux
...@@ -60,7 +70,7 @@ You get this initial structure: ...@@ -60,7 +70,7 @@ You get this initial structure:
### Installer ### Installer
Run the `./installer.php` to download apmonitor source and spc. It prepares the micro build and creates a merged php file of all appmonitor client checks. This script has command line parameter support. Run the `./installer.php` to download IML Appmonitor source and spc. It prepares the micro build and creates a merged php file of all appmonitor client checks. This script has command line parameter support.
```txt ```txt
./installer.php -h ./installer.php -h
...@@ -137,7 +147,7 @@ To build the amcli binary start `./build.php`. This script has command line para ...@@ -137,7 +147,7 @@ To build the amcli binary start `./build.php`. This script has command line para
- Merge PHP sources to a single file - Merge PHP sources to a single file
- Compile binary - Compile binary
- Test binary - Test binary
- Coy to architecture specific binary - Copy to architecture specific binary
- Create readme with buildinfos - Create readme with buildinfos
............................................................................... ...............................................................................
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment