~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/doc/devel.txi

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-06-21 09:21:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060621092121-txz1f21lj0wh0f67
Tags: 0.9h-20060617-1
* New upstream version
* Updated standards version without real changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
@item Build a function, say @code{mymain()}, in which the initialization phase
141
141
for your library is performed.
142
142
@item Group the code that interfaces to Lisp in separate C files, all of which
143
 
should include @code{#include <ecl.h>} at the beginning.
 
143
should include @code{#include <ecl/ecl.h>} at the beginning.
144
144
@item Compile your lisp source files.
145
145
@item Let @ecl{} build the final executable or library.
146
146
@end enumerate