mirror of
https://github.com/veeso/termscp.git
synced 2026-04-08 11:11:36 -07:00
SMB support (#184)
* feat: smb client * fix: smb connection * fix: smbclient deps * feat: SMB mentions to user manual * feat: changelog * dlib macos * fix: removed smb support from macos :( * fix: restored libsmbclient build * fix: strange lint message * fix: macos build smb * fix: macos build smb * fix: macos tests * fix: macos lint * feat: SMB windows support * fix: windows tests
This commit is contained in:
committed by
GitHub
parent
a13663e5e9
commit
b7369162d2
1
dist/build/aarch64_centos7/Dockerfile
vendored
1
dist/build/aarch64_centos7/Dockerfile
vendored
@@ -9,6 +9,7 @@ RUN yum -y install \
|
||||
gcc \
|
||||
make \
|
||||
dbus-devel \
|
||||
libsmbclient-devel \
|
||||
bash \
|
||||
rpm-build
|
||||
# Install rust
|
||||
|
||||
2
dist/build/aarch64_debian9/Dockerfile
vendored
2
dist/build/aarch64_debian9/Dockerfile
vendored
@@ -8,6 +8,8 @@ RUN apt update && apt install -y \
|
||||
pkg-config \
|
||||
libdbus-1-dev \
|
||||
build-essential \
|
||||
libsmbclient-dev \
|
||||
libsmbclient \
|
||||
bash \
|
||||
curl
|
||||
|
||||
|
||||
1
dist/build/x86_64_centos7/Dockerfile
vendored
1
dist/build/x86_64_centos7/Dockerfile
vendored
@@ -9,6 +9,7 @@ RUN yum -y install \
|
||||
gcc \
|
||||
make \
|
||||
dbus-devel \
|
||||
libsmbclient-devel \
|
||||
bash \
|
||||
rpm-build
|
||||
# Install rust
|
||||
|
||||
2
dist/build/x86_64_debian9/Dockerfile
vendored
2
dist/build/x86_64_debian9/Dockerfile
vendored
@@ -8,6 +8,8 @@ RUN apt update && apt install -y \
|
||||
pkg-config \
|
||||
libdbus-1-dev \
|
||||
build-essential \
|
||||
libsmbclient-dev \
|
||||
libsmbclient \
|
||||
bash \
|
||||
curl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user