blob: b4c71529c6f93c32807820e4746991dfa3498860 [file] [log] [blame] [view]
#Eclipse 4diac FORTE
Eclipse 4diac(TM) FORTE is a run-time environment for executing IEC 61499 control applications developed with 4diac IDE. 4diac FORTE is written in C++ and highly portable. It can be compiled for many different operating systems and especially targets embedded systems like PLCs.
## License
Eclipse 4diac IDE is licensed under an [EPL 2.0](LICENSE.md).
## Contributing
We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php).
## Building 4diac FORTE
### Standard POSIX build
./setup_posix.sh
cd bin/posix
make
### Resetting CMake files
In case you ran CMake with invalid options it might help
to reset the CMake state by deleting CMake intermediate
files:
rm -Rf CMakeCache.txt CMakeFiles/
### Building a local RPM
For building local RPMs you can use [tito](https://github.com/dgoodwin/tito):
tito build --test --rpm
### Building 4diac FORTE for Other systems
Detailed information on how to build 4diac FORTE for the different supported operating systems and hardware platforms can be found in our [Installation Documentation](https://eclipse.dev/4diac/en_help.php?helppage=html/installation/install.html)
## Links
* [Home page](https://eclipse.dev/4diac/4diac)
* [Documentation](https://eclipse.dev/4diac/en_help.php)
* [Mailing list](https://dev.eclipse.org/mailman/listinfo/4diac-dev)
* [Wiki](https://wiki.eclipse.org/Eclipse_4diac_Wiki)
* [Examples](http://git.eclipse.org/c/4diac/org.eclipse.4diac.examples.git)
## Issue/bug trackers
* [Eclipse.org Bugzilla](https://bugs.eclipse.org/bugs/buglist.cgi?product=4diac)