项目作者: Semperfis96

项目描述 :
Computer emulator
高级语言: C
项目地址: git://github.com/Semperfis96/Femto.git
创建时间: 2021-03-17T13:05:43Z
项目社区:https://github.com/Semperfis96/Femto

开源协议:GNU General Public License v3.0

下载


Femto

A computer emulator (don’t exist in reality) for vintage-like era programming.

Getting Started

Building from source

  • GCC - The C compiler
  • MAKE - The Make utility

For debian-like distros :

  1. sudo apt-get install build-essential
  2. git clone https://github.com/Semperfis96/Femto.git
  3. cd Femto
  4. mkdir build
  5. make all
  6. cd build
  7. ./femto

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

  • Thanks to the existence of the computers !