mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
testcommon: add testUtilDataPath() (uses getcwd()) so generate works for data files, remove copy
This commit is contained in:
parent
8ff15d805a
commit
32af280254
12 changed files with 359 additions and 242 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue