commit
9b0a024c9e
|
@ -91,7 +91,7 @@ At the moment, TDengine server supports running on Linux/Windows/MacOS systems.
|
||||||
### For Ubuntu 18.04、20.04、22.04
|
### For Ubuntu 18.04、20.04、22.04
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get udpate
|
sudo apt-get update
|
||||||
sudo apt-get install -y gcc cmake build-essential git libjansson-dev \
|
sudo apt-get install -y gcc cmake build-essential git libjansson-dev \
|
||||||
libsnappy-dev liblzma-dev zlib1g-dev pkg-config
|
libsnappy-dev liblzma-dev zlib1g-dev pkg-config
|
||||||
```
|
```
|
||||||
|
|
|
@ -860,7 +860,7 @@ echo prefix = $prefix >> configure.log
|
||||||
echo sharedlibdir = $sharedlibdir >> configure.log
|
echo sharedlibdir = $sharedlibdir >> configure.log
|
||||||
echo uname = $uname >> configure.log
|
echo uname = $uname >> configure.log
|
||||||
|
|
||||||
# udpate Makefile with the configure results
|
# update Makefile with the configure results
|
||||||
sed < ${SRCDIR}Makefile.in "
|
sed < ${SRCDIR}Makefile.in "
|
||||||
/^CC *=/s#=.*#=$CC#
|
/^CC *=/s#=.*#=$CC#
|
||||||
/^CFLAGS *=/s#=.*#=$CFLAGS#
|
/^CFLAGS *=/s#=.*#=$CFLAGS#
|
||||||
|
|
Loading…
Reference in New Issue