From e220b0fc2ede1dcbbe7e6e62c256e2ec297f26a3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 6 Jan 2018 16:09:06 +0000 Subject: Build: Commit generated computed style access source code. This means python3 is not required to build libcss. To re-generate the compute style access code, e.g. when adding new CSS properties, developers must run `make select_generator` and commit the updated generated source code. --- README | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b70bc6a..0f45b87 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ Requirements + GNU make or compatible + Pkg-config + Perl (for the testcases) - + Python3 (minimum 3.6) + + Python3 (minimum 3.6, for generated selection code) LibCSS also requires the following libraries to be installed: @@ -28,7 +28,16 @@ Compilation If necessary, modify the toolchain settings in the Makefile. Invoke make: - $ make + + $ make + +Regenerating generated selection source code +-------------------------------------------- + + To regenerate the selection sources (computed style data accesses), + note this requires python3: + + $ make select_generator Verification ------------ @@ -36,7 +45,7 @@ Verification To verify that the parser is working, it is necessary to specify a different makefile target than that used for normal compilation, thus: - $ make test + $ make test API documentation ----------------- -- cgit v1.2.3