Skip to content

Commit

Permalink
Generated export autocommit from mamba.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Runner committed Nov 21, 2023
1 parent c4b87c8 commit eb65ced
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.10)

#set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
#set(BUILD_SHARED_LIBS OFF)
#set(CMAKE_EXE_LINKER_FLAGS "-static")

project(prefixdbd)

Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM debian
ENV LD_LIBRARY_PATH=/usr/local/lib
RUN apt update; apt install -y libsnappy1v5 libgflags2.2; rm -rf /var/lib/{apt,dpkg,cache,log}/
COPY binaries/prefixdbd /usr/local/bin/
COPY libs/lib/ /usr/local/lib
RUN groupadd -g 80 www \
&& useradd -u 30 --shell /sbin/nologin --group www wwwrun;
WORKDIR /usr/monamour/prefixdb/
Expand Down
3 changes: 2 additions & 1 deletion docs-md/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ BOOST_ROOT=/usr/monamour/boost/ ROCKSDB_ROOT=/usr/monamour/rocksdb/ make release
make release
```

# Сборка RocksDB (минимум 1.76, но лучше последняя)
# Сборка Boost

```bash
wget https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz
tar -xvf boost_1_81_0.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion external/cmake-ci
2 changes: 1 addition & 1 deletion external/wfc_prefixdb
2 changes: 1 addition & 1 deletion external/wfcroot

0 comments on commit eb65ced

Please sign in to comment.