|
Learning
About QFSM tool
Chapter
: 1
How to build and
install QFSM on Ubuntu
Date
: Tue,19 July 2011
Writer
: Ataya P
|

|
|
Working Platform :
Lenovo Notebook , Intel Pentium Dual Core T2080 1.73GHz
2Gbyte RAM
Ubuntu 10.04 LTS- the Lucid Lynx
QFSM tool is a graphical tool for designing finite state machines. It's
simple and very useful to design integrated circuits or to create
regular expressions, scanners,etc. Now I will introduce how to use it
on Ubuntu.
Let's do it
1.download source from
http://qfsm.sourceforge.net/about.html
2.Open terminal, being root and install cmake
3.install qt4
| # apt-get install
qt4-dev-tools |
4.Extract the source then make the source
# cmake .
# make
# make install |
This will install the executable "qfsm" to /usr/bin/ and the
documentation to /usr/share/doc/qfsm/

Useful
Link :
QFSM website->
http://qfsm.sourceforge.net/index.html
What is Finite-state machine ->
http://en.wikipedia.org/wiki/Finite-state_machine
|

>>Back to main page<< |
|
|