Menu

Installation

ThatPerson

Windows (i386)

To run NOT on windows, go to the root of your home directory (C:/Users and Settings/Your Name for example), and make a folder called '.not'. Then, unzip windows.zip from the 'Files' page and run not.exe.

Linux (i386)

To run NOT on Linux (with bash as your shell) open a terminal, and type in
'mkdir ~/.not'
to make your notes directory. This can be changed in NOT later (Options). Then, go to which ever directory the NOT file is, and run
'tar xzvf linux.tar.gz'
to open it. Then,
'cd Linux'
and
'./not'
to run it.

Compiling

Due to the fact that NOT only has two source code files, generic.c and not.c, I did not see fit to make a makefile. To compile it, get a C compiler, and compile it. On Windows I recommend Visual C++, and for Linux and other UNIX like OS, GCC.
not.c will call generic.c, so just run the compiler on not.c, like:
'gcc -o not not.c'


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.