Merge pull request #657 from pcercuei/update-lightrec-20220529
[pcsx_rearmed.git] / deps / lightning / README-hacking
index 285f3c9..cc61598 100644 (file)
@@ -22,6 +22,12 @@ for Debian-based systems such as Ubuntu:
 
 ** Building
 
+If you intend to do development work with lightning, it's useful to build
+lightning with its disassembler feature enabled.  This optional feature
+requires additional dependencies.  On Ubuntu, this command should work:
+
+    $ sudo apt-get install binutils-dev libiberty-dev zlib1g-dev
+
 After getting the git sources, and installing the tools above, you can run
 
     $ ./bootstrap
@@ -38,6 +44,10 @@ should output no difference.
 
 After that first time, running make should suffice.
 
+To install lightning:
+
+    $ sudo make install
+
 ** Gnulib
 
 This distribution also uses Gnulib (https://www.gnu.org/software/gnulib) to