Difference between revisions of "Build Rifidi Edge from Source"
From RifidiWiki
(New page: In a Linux environment by going to the Rifidi-SDK directory and typing "sh build.sh". Note: Currently on a build script for Linux Any changes you make to the core product (or anything ...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
In a Linux environment by going to the Rifidi-SDK directory and typing "sh build.sh". | In a Linux environment by going to the Rifidi-SDK directory and typing "sh build.sh". | ||
− | Note: Currently | + | Note: Currently there is only a build script for Linux |
− | Any changes you make to the core product (or anything you want to add) can be exported to an OSGI bundle jar, added to the "plugins" folder in a Rifidi install, and the "bundles.info" | + | Any changes you make to the core product (or anything you want to add) can be exported to an OSGI bundle jar, added to the "plugins" folder in a Rifidi install, and the "bundles.info".[[How_to_add_OSGI_Bundles|Steps for adding OSGI Bundles to Rifidi Edge core can be found here]] |
Latest revision as of 02:11, 20 August 2014
In a Linux environment by going to the Rifidi-SDK directory and typing "sh build.sh".
Note: Currently there is only a build script for Linux
Any changes you make to the core product (or anything you want to add) can be exported to an OSGI bundle jar, added to the "plugins" folder in a Rifidi install, and the "bundles.info".Steps for adding OSGI Bundles to Rifidi Edge core can be found here