Skip to content

Automatically exported from code.google.com/p/v-language

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

pirj/v-language

Repository files navigation

See the manpages v.1 and vfunctions.1

JAVA
----
To build the java pacakge, use 

make -f makefile.j
to test, 
make -f makefile.j test
to run
make -f makefile.j run

NATIVE
------
    Quick:
        to build
        make -f makefile.native
        to run
        make -f makefile.native run
        to test
        make -f makefile.native test

    Standard:

./configure && make && make install
it installs the std.v in /usr/local/share/v by default.

If necessary, the standard library path can be provided as an argument (-l).

see http://code.google.com/p/v-language for further information.

About

Automatically exported from code.google.com/p/v-language

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published