forked from dthompso99/node-hamlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (21 loc) · 779 Bytes
/
.env.example
File metadata and controls
30 lines (21 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Hamlib Build Configuration
# Copy this file to .env and adjust values as needed
# Hamlib installation prefix (where Hamlib is installed)
# Default: ./hamlib-build (CI) or /usr/local (manual)
HAMLIB_PREFIX=./hamlib-build
# Windows: Hamlib root directory (contains bin/, lib/, include/)
# HAMLIB_ROOT=C:/hamlib
# Windows: pthread root directory (if using pthread)
# PTHREAD_ROOT=C:/pthread
# Development mode
NODE_ENV=development
# Enable verbose output for build scripts
# VERBOSE=true
# Library paths (Linux/macOS)
# These are automatically set by build scripts, but can be customized
# Linux library path
# LD_LIBRARY_PATH=./hamlib-build/lib
# macOS library path
# DYLD_LIBRARY_PATH=./hamlib-build/lib
# pkg-config path
# PKG_CONFIG_PATH=./hamlib-build/lib/pkgconfig