mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 16:54:08 +00:00
6 lines
62 B
Bash
6 lines
62 B
Bash
#!/bin/sh
|
|
|
|
./configure \
|
|
--prefix=$PREFIX \
|
|
--enable-shared
|