izzy 11dfc0bdaa window transparency in X | il y a 2 jours | |
---|---|---|
config | il y a 9 mois | |
images | il y a 4 ans | |
src | il y a 2 jours | |
.gitignore | il y a 1 an | |
DEVELOPMENT.md | il y a 2 jours | |
LICENSE | il y a 5 ans | |
README.md | il y a 2 ans | |
_build.c | il y a 2 jours | |
_build.inc.c | il y a 2 ans | |
build.sh | il y a 2 ans | |
debug.sh | il y a 1 an | |
mkhighlight.sh | il y a 1 an | |
mkrelease.sh | il y a 1 an | |
profiling.sh | il y a 2 ans | |
setup.sh | il y a 2 ans | |
valgrind | il y a 3 ans | |
valgrind-gl-suppress.supp | il y a 4 ans | |
valgrind.sh | il y a 2 ans |
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.