ATOMS: Create a local repository by example
For general information on Scilab extension modules (toolboxes) and ATOMS, see howto/Create a toolbox
Contents
Repository: Dependency graph
Repository layout
scene1.test.atoms.scilab.org.zip
- DESCRIPTION files for unused platforms can be skipped. For example, if the target platform is "Linux 32 bits" and that's all, only /TOOLBOXES/32/linux.gz is mandatory.
- "DESCRIPTION files" layout is imposed but the "Modules" part depends on the values of sourceUrl and binaryUrl values written in each DESCRIPTION files. See below.
DESCRIPTION example
Client side
--> atomsRepositoryAdd('file:///home/bob/tmp/scene1.test.atoms.scilab.org');
--> atomsRepositoryAdd('file:///E:\scene1.test.atoms.scilab.org');