izzy 29753a980f fix annotation lines | пре 5 месеци | |
---|---|---|
config | пре 10 месеци | |
images | пре 4 година | |
src | пре 5 месеци | |
.gitignore | пре 1 година | |
DEVELOPMENT.md | пре 1 година | |
LICENSE | пре 5 година | |
README.md | пре 2 година | |
_build.c | пре 6 месеци | |
_build.inc.c | пре 2 година | |
build.sh | пре 2 година | |
debug.sh | пре 1 година | |
mkhighlight.sh | пре 1 година | |
mkrelease.sh | пре 1 година | |
profiling.sh | пре 2 година | |
setup.sh | пре 2 година | |
valgrind | пре 3 година | |
valgrind-gl-suppress.supp | пре 4 година | |
valgrind.sh | пре 2 година |
An OpenGL 4.4+ text editor. Not done yet.
The automatic setup script is out of date and should not be used.
https://github.com/yzziizzy/c3dlas
symlinked as src/c3dlas
https://github.com/yzziizzy/c_json
symlinked as src/c_json
https://github.com/yzziizzy/sti
symlinked as src/sti
sudo apt-get install libx11-dev libglew-dev libfreetype6-dev libfontconfig1-dev libpng-dev libpcre3-dev
sudo apt-get install libjpeg-turbo8-dev alsa-source
Compile the parser generator:
cd src/sti/parser/ && ./build.sh
For each highlighter in src/highlighters/
:
./build.sh
Build gpuedit
./debug.sh
If you get build errors related to AVX or SSE4.1, try removing the appropriate compile flags in
_build.c
and commenting out C3DLAS_USE_SIMD
in src/c3dlas/c3dlas.h
. I'll remove all that old garbage eventually.