Skip to content

peterdjlee/Systems_Final_Project

Repository files navigation

Systems_Final_Project

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.

Installing gtk

Linux:

  1. Open terminal and type sudo apt-get install gtk+

Mac:

  1. Install homebrew
  2. Open terminal and type brew install gtk+

To compile

In terminal:
$ gcc editor.c -Wall -ansi -o node pkg-config --cflags --libs gtk+
OR
$ make

To run

In terminal:
$ ./node
OR
$ make run

Instructions

  1. Take regular notes in the "Node: Notes" window.
  2. Type example code that will be compiled and ran in the "Node: Codes" window.
  3. Save your code file as "run.c". (Or use a different text editor to write a program and name it "run.c")
  4. In the output window, click File and then click Compile&Run.

Bugz

Save feature does not work. File is made but is blank.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors