mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
13 lines
178 B
Bash
13 lines
178 B
Bash
#!/bin/bash
|
|
|
|
export PATH=`pwd`/depot_tools:"$PATH"
|
|
|
|
SCRIPT=$(readlink -f "$0")
|
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
|
|
cd "$SCRIPTPATH"/openssl
|
|
|
|
perl ./Configure linux-64
|
|
./config
|
|
make
|