k8 icon indicating copy to clipboard operation
k8 copied to clipboard

Please provide LICENSE and Makefile files and update README.md

Open mmokrejs opened this issue 7 years ago • 1 comments

Dear Heng, I wanted to make a package for Gentoo Linux but I lack the above two files. Use

CXX ?= g++
CXXFLAGS ?= -O2
CPPFLAGS ?= -Iinclude

if possible in the Makefile.

Also, the docs say the only dependency is zlib but it turns out the main dependency is v8, whatever that is. ;-) There is a link to bugs opened for the v8 project but a link to their main homepage is missing (ideally a downlod page link).

Hope this helps, Martin

mmokrejs avatar Feb 04 '17 20:02 mmokrejs

Thanks for your interest. I have added licensing info to k8.cc. It should be noted that k8 only works with a very old version of v8. I have archived the latest working version of v8 in a release. If you want to make a package, you probably need to include the v8-3.16.4 source code as well.

attractivechaos avatar Feb 05 '17 15:02 attractivechaos