-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
55 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Process for tavmem/j.git | ||
|
||
cd | ||
git clone [email protected]:tavmem/j.git | ||
cd j | ||
touch *.c | ||
bin/build_jconsole (builds jconsole in ~/core, but does not install) | ||
bin/build_libj (builds libj in ~/core, but does not install) | ||
bin/build_defs | ||
bin/build_tsdll | ||
make check (runs test scripts on local version of jconsole and libj) | ||
make install (installs jconsole and libj.so to j/bin/) | ||
make test (runs test scripts on installed version of jconsole and libj) | ||
|
||
./jconsole to start | ||
exit 0 to end | ||
|
||
note: test g331ins.ijs (space-used) always fails on P4/Gentoo | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Open J | ||
====== | ||
|
||
From [jsoftware.com] [jsw] | ||
|
||
> J is a modern, high-level, general-purpose, high-performance | ||
> programming language. J is portable and runs on Windows, | ||
> Unix, Mac, and PocketPC handhelds, both as a GUI and in a | ||
> console. True 64-bit J systems are available for XP64 or | ||
> Linux64, on AMD64 or Intel EM64T platforms. J systems can be | ||
> installed and distributed for free. | ||
[jsw]: http://jsoftware.com/ "JSoftware" | ||
|
||
J goes GNU | ||
---------- | ||
|
||
> Date: Sun, 6 Mar 2011 11:12:31 -0500 | ||
> From: Eric Iverson <[email protected]> | ||
> To: Programming forum <[email protected]> | ||
> Subject: [Jprogramming] J Source under GPL | ||
> | ||
> J Source is now available under GPL version 3. | ||
> | ||
> If interested you will probably want to join the new source forum. | ||
> | ||
> See the Source page at the web site for info on getting the source. | ||
> | ||
> J Source discussions should take place in the source forum. | ||
> ---------------------------------------------------------------------- | ||
> For information about J forums see | ||
> http://www.jsoftware.com/forums.htm | ||
|
||
|
This file was deleted.
Oops, something went wrong.