Wiki

Clone wiki

0x1-miniat / ubuntu_running_example

Running The Example From Source On Ubuntu

  1. Open up your shell and change to the root of your miniat project. I assume default install locations, so tailor your commands to your specifics. I also assume you have already built the miniat from source code, if not see the build instructions.
cd ~/miniat
  1. Set (export) your LD_LIBRARY_PATH to /miniat/out/lib
export LD_LIBRARY_PATH=~/miniat/out/lib/
  1. run the example, don't forget leading '.' on the commands! Also, you can press ctrl + c (ctrl ^ c) to exit the application.
./out/exe/0x1miniat_echo ./out/bin/simple_term.bin

Results of running the echo term, ctrl^C to exit

Updated