Update documentation.
* README: Add make targets. * INSTALL: Add guix. * HACKING: Add info on sc.
This commit is contained in:
parent
3a72f1f186
commit
696ff8bc77
2
HACKING
2
HACKING
|
@ -81,6 +81,8 @@ edx, esi, edi, ebp respectively.
|
||||||
*** [[http://www.muppetlabs.com/~breadbox/software/tiny/][Small ELF programs]]
|
*** [[http://www.muppetlabs.com/~breadbox/software/tiny/][Small ELF programs]]
|
||||||
*** [[http://www.cirosantilli.com/elf-hello-world/][Elf hello world]]
|
*** [[http://www.cirosantilli.com/elf-hello-world/][Elf hello world]]
|
||||||
|
|
||||||
|
** SC - c as s-expressions
|
||||||
|
sc: http://sph.mn/content/3d3
|
||||||
** RNRS
|
** RNRS
|
||||||
*** [[http://www.scheme-reports.org/][Scheme Reports]]
|
*** [[http://www.scheme-reports.org/][Scheme Reports]]
|
||||||
*** [[ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-349.pdf][Scheme - Report on Scheme]]
|
*** [[ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-349.pdf][Scheme - Report on Scheme]]
|
||||||
|
|
3
INSTALL
3
INSTALL
|
@ -40,3 +40,6 @@ Let's just say for now that it gets awkward without a shell.
|
||||||
* Install it
|
* Install it
|
||||||
|
|
||||||
make install
|
make install
|
||||||
|
* Guix it...
|
||||||
|
|
||||||
|
guix package -f guix.scm
|
||||||
|
|
Loading…
Reference in a new issue