INSTALL 595 B

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