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