Technical Frequently Asked Questions: Software Development Kit
FAQ » Index » Software Development Kit
How do I install an OpenRG User Mode Linux (UML) virtual gateway?
Please refer to our
downloads page and download our Software Development Kit (SDK). In order to
create a UML image and install it on your PC, select the 'uml' option after
running the install script. The script will be installed and instruct you how
to compile and run the UML on your PC.
Is there a way to hasten OpenRG's compilation process?
You may use the 'ccache' Linux application in order to improve the compilation
process time.
After installing 'ccache' on your computer, make sure your .bashrc has the following line:
export 'ccache'='which ccache'
This will allow OpenRG to use the cache database for every compilation and
reduce compilation time. Please note that this will affect your compilation
time only from the second compilation session. We therefore recommend, after
installing 'ccache' and restarting the shell, to execute 'make distclean' and
to rebuild the tree.Installing 'ccache' on a debian system:
% su
If your system is not a Debian system, the ccache application can be downloaded
from : # apt-get install ccache http://ccache.samba.org/ftp/ccache/
I cannot locate the package responsible for the TR-069 implementation.
Where is the TR-069 implementation located in OpenRG's directory tree?
The TR-069 implementation package is called 'dslhome'.
The 'dslhome' package is located at:
~/rg/pkg/dslhome
In which environment should I compile and install OpenRG?
I have made some changes to OpenRG's SDK. I would like to compile again and
have a different version presented. For example - dowloaded SDK version 4.0.30,
chnage the version number to 4.0.31.
Is this possible?
In order to change the version number, please do the following:
|