mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +00:00
add instructions for building with GNU Classpath
This commit is contained in:
parent
2b4361c060
commit
8c3e779d4c
21
readme.txt
21
readme.txt
@ -193,6 +193,27 @@ Finally, build with the msvc flag set to the MSVC tool directory:
|
|||||||
$ make msvc="/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC"
|
$ make msvc="/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC"
|
||||||
|
|
||||||
|
|
||||||
|
Building with GNU Classpath
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
** Please note that this feature is still under development and is
|
||||||
|
neither complete nor well-tested. **
|
||||||
|
|
||||||
|
By default, Avian uses its own lightweight class library. However,
|
||||||
|
that library only contains a relatively small subset of the classes
|
||||||
|
and methods included in the JRE. If your application requires
|
||||||
|
features beyond that subset, you may want to tell Avian to use GNU
|
||||||
|
Classpath instead. To do so, specify the directory in which Classpath
|
||||||
|
is installed, e.g.:
|
||||||
|
|
||||||
|
$ make clean
|
||||||
|
$ make gnu=/usr/local/classpath-0.98
|
||||||
|
|
||||||
|
This build will use the classes and native code from Classpath, except
|
||||||
|
that certain core classes are replaced with implementations from the
|
||||||
|
Avian class library for compatibility with the VM.
|
||||||
|
|
||||||
|
|
||||||
Installing
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user