Changes between Version 4 and Version 5 of HowtoEFL


Ignore:
Timestamp:
Aug 30, 2009, 12:30:08 PM (15 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoEFL

    v4 v5  
    3838
    3939From here, we suppose that you are using emodule-creator, so:
    40  * You should do everything from user, of course
    41  * To compile and install a module that you have selected with emodule-creator, just enter in the directory and run '''sh autogen.sh && make && make install'''
     40 * '''[Basic]''': You should do everything from user, of course. To compile and install a module that you have selected with emodule-creator, just enter in the directory and run '''sh autogen.sh && make && make install'''
    4241 * If you modify the code and you want to recompile/install it, run just '''make && make install && echo -e "\nCompilation Successfully"''', after that, just restart E17 (Ctrl + Alt + END) to reload it
    4342 * Remember that if your module crashes, all your E17 crashes, to not have this risk, use a different user and a new E17 instance in YOUR actual running E17, following these steps: