How re-compile ich9gen - Libreboot installation
- Anmelden oder Registrieren um Kommentare zu schreiben
Hello,
I'm gonna install Trisquel but before I have to make libreboot installation with write protection by software methods. From libreboot.org site I know I need to change 2 files: descriptor.c and mkdescriptor.c and it was already done. Next step its re-compiling ich9gen with these changed 2 files.
Could anybody tell me how can I complete this?
What command I need to use for re-compilling ich9gen?
I have never do in past something like that.
thanks for helping
Usually you read documentation that comes with the source, often in an INSTALL or README file. That will tell you.
(The GNU standard is just running ./configure and make when in the source directory. This works often.)
A handy way to get what you need for compiling (most things) is to install the build-essential package.
Hello,
I'm gonna install Trisquel but before I have to make libreboot installation
with write protection by software methods. From libreboot.org site I know I
need to change 2 files: descriptor.c and mkdescriptor.c and it was already
done. Next step its re-compiling ich9gen with these changed 2 files.
Could anybody tell me how can I complete this?
What command I need to use for re-compilling ich9gen?
I have never do in past something like that.
thanks for helping
Usually you read documentation that comes with the source, often in an
INSTALL or README file. That will tell you.
(The GNU standard is just running ./configure and make when in the source
directory. This works often.)
A handy way to get what you need for compiling is to install the
build-essential package.
- Anmelden oder Registrieren um Kommentare zu schreiben