mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
11 lines
255 B
Bash
Executable File
11 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#Define CASROOT and QTDIR variables in order to generate Makefile files by qmake.
|
|
#If you are using Mac OS X it is necessary to define WOKHOME as a path to your WOK installation directory.
|
|
|
|
export CASROOT=""
|
|
|
|
export QTDIR=""
|
|
|
|
export WOKHOME=""
|