Project

General

Profile

Actions

Wiki » History » Revision 3

« Previous | Revision 3/18 (diff) | Next »
Alexis Jeandet, 19/06/2014 12:27 AM


ExeCut

Child pages:

Source code

Preview

ExeCut_Elf.png ExeCut_Symbols.png

To install it

Prerequisites

All the next steps can be distribution dependent ExeCut development is done on Fedora 19 and 20, but is should work with any other one, feedback are welcome!

  • First you need a working linux machine with:
    • Qt5 or Qt4 sdk installed on it plus all the developments packages for Qt widgets.
    • libelf with headers.

Building ExeCut

  • To build ExeCut, you can get ExeCut source code from code repository with this command:
      hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/ExeCut ExeCut
    

    You will get a ExeCut directory with all the source code inside. To build it you just have to run:
      cd ExeCut
      qmake-qt5 # it works also with qt4(qmake-qt4)
      make  #note that to speedup the make step you can use "make -j N" to parallelize on N process(replace N with the number of cores you have).
    
    
  • Now you can install ExeCut, it will install the ExeCut and desktop icon in your system, just run:
      sudo make install
    

Updated by Alexis Jeandet almost 10 years ago · 3 revisions

Also available in: PDF HTML TXT