1234567891011121314151617 |
- Currently, Temelia is supported only in some Linux distros: Debian, Ubuntu and Fedora.
- You can install Temelia in the following ways:
- 1) From sources
- - Make SVN checkout from address http://cod.ceata.org/svn/temelia
- - Install it using make utility, writing "sudo make install"
- 2) From DEB packet:
- - Download deb packet from project deb/ directory, choosing your
- processor architecture
- - Install Temelia writing "sudo dpkg -i temelia_deb_packet"
- In order to use Temelia you must include data structures headers and link with it
- (-ltemelia flag at compiler).
- See the samples for examples.
|