[go: nahoru, domu]

Skip to content
/ geside Public

Geside is a simple IDE made with electron and codemirror.

License

Notifications You must be signed in to change notification settings

geside/geside

Repository files navigation

Geside

Geside is a simple IDE made with electron and codemirror. Basically, it can Compile & Run C and C++ fastest way possible.

Requirements

Installation

You can download the exe file for Windows from here

Developer

You can simply clone this repository into your local drive by using these one by one:

git clone https://github.com/geside/geside.git
cd geside
npm install

After you installed your program, you can start it with:

npm start

Configuration

Linux

If you want to run your C or C++ file, you should define your terminal and execution parameter in settings. It's defaultly xterm -e.

Important

Currently we can not provide MacOS support.

LICENSE

Copyright (c) Geside. All rights reserved.

Licensed under the MIT License.