Changes between Version 4 and Version 5 of HowtoEFL
- Timestamp:
- Aug 30, 2009, 12:30:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoEFL
v4 v5 38 38 39 39 From 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''' 42 41 * 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 43 42 * 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: