Node by Kevin Li & Peter Lee, Period 10
Description: Node is a note-taking program that allows its users to easily take notes in programming in c and compile and run the example code at the same time.
Linux:
- Open terminal and type
sudo apt-get install gtk+
Mac:
- Install homebrew
- Open terminal and type
brew install gtk+
In terminal:
$ gcc editor.c -Wall -ansi -o node pkg-config --cflags --libs gtk+
OR
$ make
In terminal:
$ ./node
OR
$ make run
- Take regular notes in the "Node: Notes" window.
- Type example code that will be compiled and ran in the "Node: Codes" window.
- Save your code file as "run.c". (Or use a different text editor to write a program and name it "run.c")
- In the output window, click File and then click Compile&Run.
Save feature does not work. File is made but is blank.