Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release-scripts] Releasing the SDK scripts #47

Open
pavly-gerges opened this issue Sep 13, 2024 · 1 comment
Open

[Release-scripts] Releasing the SDK scripts #47

pavly-gerges opened this issue Sep 13, 2024 · 1 comment
Labels
build-script Build script related stuff.

Comments

@pavly-gerges
Copy link
Member

Releasing the SDK requires a build and package script.

@pavly-gerges
Copy link
Member Author

pavly-gerges commented Sep 13, 2024

The following is one suggested file root for the package electrostatic-sandbox-sdk.tar.gz:

/electrostatic-sandbox:
  • /bin
  • /libs
  • /include
  • /plugins
  • /logs
/bin:
  • /electro.elf (A front-end API that accepts a compiler, compiles and builds projects directly by including headers and linking against sources).
  • /electro-kiosk.elf (Binary to turn the system into a Kiosk System).
  • /electro-key-binding.elf (Binary to enable hardware-serial~Mouse-Keyboard bindings Hooks).
  • .....
/libs:
  • /linux/x86/electrostatic-a.a
  • /linux/x86/libelectrostatic.so
  • /linux/x86-64/...
  • /linux/x86-64/...
  • /android/....
/include:
  • /electrostatic/...
/plugins:
  • gmonitor.jar
  • serial4j.jar
  • jsnaploader.jar
  • automata4j.jar
  • articular-es.jar
/logs:
  • Empty reserved for logs.

@pavly-gerges pavly-gerges added the build-script Build script related stuff. label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-script Build script related stuff.
Projects
None yet
Development

No branches or pull requests

1 participant