https://github.com/gitgnu/gnu_fc2d
https://github.com/gitgnu/gnu_fc2d
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitgnu/gnu_fc2d
- Owner: gitGNU
- License: gpl-3.0
- Created: 2017-05-05T14:15:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T14:15:37.000Z (about 9 years ago)
- Last Synced: 2025-04-04T01:14:37.767Z (about 1 year ago)
- Language: C
- Size: 571 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
*NOTE: This software is designed for, but, not
is a GNU software yet.
This is GNU FC2D, a two temporal dimensional(2D time)
programing language( C like ). This program was made on
GNU/Linux. A machine with GNU/Linux installed, GNU
development tools (gcc, make, etc.) and GLib should
be sufficient to compile and run it. If you found any
BUG, report to Actual GNU FC2D Maintainer.
Dependencies
============
* GLib
* GLib thread
* "AC_HEADER_TIME"
Installation
============
You can install using one of three ways,
read INSTALL for more details:
./configure && make && sudo make install
(or)
sh ./configure && make && sudo make install
(or)
./configure --prefix=/usr/ && make && sudo make install
Running
=======
Once the GNU FC2D is installed you can run one
of the sample programs (see the examples directory)
Go to the examples directory and run fc2d:
cd examples
fc2d hello-word.fc2d
Getting help
============
For some people this topic can be difficult, so if
you have any difficulty ask to Fabio J. Gonzalez,
but, before see software documentation in doc
directory.
After install you can see the documentation,
with the command:
info fc2d
but, I suggest you make a PDF(per example) and see
in some graphical interface( images can help you
understand better ).
Exists more option to see images, per example,
making a DVI or HTML.
To create a PDF use the command:
make pdf
To create a DVI:
make pdf
To create a HTML:
make html
In the top build directory
Fabio J. Gonzalez
GNU FC2D Maintainer
---------------------------------------------------------------------------
This file is part of GNU FC2D
Copyright (C) 2012 Fabio J. Gonzalez
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.