Koz Ross
Koz Ross
Are your assets licensed the same way as your code, or differently?
License?
What license is this game under?
How complete and/or usable is this driver? Would I be able to compile it for an existing ARM device running something Linux-based and have it work?
I have the following tup-related files: ``` # Tuprules.tup .gitignore WARNINGS = -Wall -Wextra -Werror -Wfatal-errors OPTS = -Oz -g -mtune=native -flto EXTS = -msse4.2 -fopenmp CC = clang CFLAGS...
If I mount a directory with ``sshfs`` that contains a ``.tup`` directory and a ``Tupfile``, and try to run ``tup upd``, I get the following: ``` open(".", 0): Permission denied...
I have the following Tupfile: ``` .gitignore : memetic.tex | citations.bib |> latexmk -lualatex %f |> %B.pdf %B.fdb_latexmk %B.out %B.aux %B.log %B.fls %B.bbl %B.blg ``` The generated .gitignore contains ``memetic.pdf``,...
Are your assets also GPLed, or are they under a different license?
Would be a good thing to have - it's fairly standard.
I get the following: [100%] Generating gdev/gdev.ko make[3]: Entering directory '/usr/lib/modules/4.14.3-1-ARCH/build' make[3]: *** No rule to make target 'modules'. Stop. make[3]: Leaving directory '/usr/lib/modules/4.14.3-1-ARCH/build' make[2]: *** [mod/CMakeFiles/gdev_module.dir/build.make:108: mod/gdev/gdev.ko] Error 2...
If I try ``make -j4 -C release``, the compilation fails, but without ``-j4``, it works fine.