I am new to Linux and have a need to install Booksim 2.0 on Ubuntu 16.04. I have already downloaded .tar.gz package and extracted it.
STEP 1: sudo apt-get install LEX STEP 2: sudo apt-get install YACC STEP 3: ./booksim torus88 my MAKE FILE contains LEX and YACC files in the same directory.so no modifications were made. but when i tried to run the example it shows no command found(eg: mesh command not found)
Could somebody help me how to install Booksim step by step, please?
21 Answer
Your issue is not related to the installation of booksim - it's simply a matter of understanding the relationships between the locations of the files
src
├── allocators
├── arbiters
├── booksim
├── examples
│ ├── anynet
│ └── mesh88_lat
├── networks
├── power
└── routersSo from the src directory, you need to run
./booksim examples/mesh88_lat 0