Re: --without-euphoria Don't use a precompiled version of Euphoria to build.
- Posted by jimcbrown (admin) Feb 09, 2014
- 1289 views
andi49 said...
jimcbrown said...
There's a build target in the makefile to generate only the pretranslated source, but it requires eui.
Hallo
Okay, i understand this now.
But, what build target? :source :euisource? I'am not really familiar with makefiles. And it does not seem to be in the explained in the makefile.
Andreas
Generally it's make source.
euisource is specifically to build the source only for eui (the interepreter), whereas source will build it for everything (interpreter, translator, and backend runner eub).
Someone should probably file a documentation ticket to update the comments in the makefile to document the undocumented targets.