dj1vs / BFIDE

Simple Linux IDE for editing and running BrainFuck code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BFIDE

Simple Linux IDE for editing and running BrainFuck code

Requirements:

Instalation:

  1. Go to releases page
  2. Pick latest release
  3. Download .zip file
  4. Unzip this file
  5. Make .run file executable and run it
  6. Follow installer inctructions

Troubleshooting during installation

Main part of all troubles, happening during installation, are linked with
unsolved Qt dependencies. So, quick fix is to install these packages:

  • build-dep
  • qt5-default
  • build-dep
  • qt5-default

(Names can be different for different distributions)
Or, if it didn't helped, you need to check out this article
If that didn't helped, open a new issue

Setting up BFIDE

After installation, go to settings and set up these parameters:

  1. BrainFuck compiler path
  2. Terminal path
  3. [Optional] Shell command, which will be used to run code

Credits:

About

Simple Linux IDE for editing and running BrainFuck code

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 97.3%Language:QMake 2.7%