https://github.com/zgornel/julia_app_builder
App builder for Julia apps
https://github.com/zgornel/julia_app_builder
Last synced: about 2 months ago
JSON representation
App builder for Julia apps
- Host: GitHub
- URL: https://github.com/zgornel/julia_app_builder
- Owner: zgornel
- License: gpl-3.0
- Created: 2024-09-27T16:53:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T19:49:41.000Z (3 months ago)
- Last Synced: 2025-08-01T09:15:14.107Z (2 months ago)
- Language: Julia
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Builder script for julia apps
Automatizes the building of Julia apps using [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl)
[](LICENSE.md)## Installation
The installation can be done by manually by cloning the repository.
## Running
`$ julia ./build.jl /PATH/TO/APP`The script will:
- check that all conditions necessary to build the app are fulfilled i.e. that the required directories and files exist
- compile the app (takes quite some time)
- place the resulting library or executable package in `PATH/TO/APP/build`## License
This code has an GPL license and therefore it is free as beer.
## Reporting Bugs
Please [file an issue](https://github.com/zgornel/julia_app_builder/issues/new) to report a bug or request a feature.