mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
testcommon: add testUtilDataPath() (uses getcwd()) so generate works for data files, remove copy
This commit is contained in:
@ -18,8 +18,8 @@ Make sure git and cmake are in your PATH, e.g. (your paths may differ)
|
||||
Download zint, zlib and libpng by going to the directory you want to clone them
|
||||
into:
|
||||
|
||||
set "PROJECT_DIR=<project-directory>"
|
||||
cd %PROJECT_DIR%
|
||||
cd <project-directory>
|
||||
set "PROJECT_DIR=%cd%"
|
||||
|
||||
and cloning each:
|
||||
|
||||
|
Reference in New Issue
Block a user