This software is for read and use ascii tables in numerical computing.

Written for SIMUSOL using ExprTk (in Siru) and Sceptre

http://www.simusol.org                                   

Free copylefted software.

Just, in this directory 
   make; sudo make install

You can use its functions described in /usr/local/include/simusol_table.h
via a dynamic library by default instaled in /usr/local/lib/simusol_table.so

Diego.Saravia@ututo.org



INSTRUCTIONS:

Install
=======

1) DEPENDENCES Recomended (not mandatory): (instructions for ubuntu)
  a) install gnuplot-x11 (you could see a plot in check)
      1)you will need universe repository, put this line in /etc/apt/sources.list:
        deb http://us.archive.ubuntu.com/ubuntu/ XXXXX universe, XXXX is: xenial, zesty, trusty, etc.
      2) sudo apt update 
      3) sudo apt install gnuplot-x11   (our Makefile will do for you this step)
  b) install subversion (not really important: you will see error msgs about svnversion)
         sudo apt install subversion
  c) install summapack (not really important: you will see error msgs about distro.sh)
         wget  http://simusol.org/downloads/tabular-last.tar.gz
         untar and follow instructions

2) Install Tabular package
  wget http://simusol.org/downloads/tabular-last.tar.gz
  tar -zxvf tabular-last.tar.gz
  cd tabular-20*
  make
  sudo make install
  

Check
=====

  check/check
  examples/example_table
  exprtk_table


Changes
=======

Version 2017.2.1 add Dynamic tables
