mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 21:04:09 +00:00
7 lines
82 B
Bash
7 lines
82 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./configure \
|
||
|
--prefix=$PREFIX \
|
||
|
--enable-static \
|
||
|
--disable-shared
|