Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MyDockerImages
docker-code-server-cpp
Commits
68fd1795
Unverified
Commit
68fd1795
authored
Aug 16, 2022
by
Dominique Marcadet
Browse files
add GMP lib
parent
4825c32d
Pipeline
#21843
passed with stage
in 23 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
68fd1795
...
...
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
g++-11
\
googletest
\
libboost-all-dev
\
libgmp-dev
\
libtbb-dev
\
lldb
\
make
\
...
...
README.md
View file @
68fd1795
...
...
@@ -14,6 +14,7 @@ Included tools are:
-
VSCode
[
extension for lldb
](
https://github.com/vadimcn/vscode-lldb
)
-
[
CMake
](
https://cmake.org
)
-
[
Boost
](
www.boost.org
)
-
[
GMP
](
https://gmplib.org
)
-
[
OneTBB
](
https://spec.oneapi.io/versions/latest/elements/oneTBB/source/nested-index.html
)
-
[
Valgrind
](
https://valgrind.org
)
-
[
GoogleTest
](
https://github.com/google/googletest
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment