https://github.com/czs108/ubuntu-clang-cpp-dev-docker

🐳 A Clang C++ development environment based on Ubuntu in Docker, including Git, CMake and GoogleTest.

https://github.com/czs108/ubuntu-clang-cpp-dev-docker

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.2%) to scientific vocabulary

Keywords

cmake cpp docker googletest
Last synced: 5 months ago · JSON representation ·

Repository

🐳 A Clang C++ development environment based on Ubuntu in Docker, including Git, CMake and GoogleTest.

Basic Info
  • Host: GitHub
  • Owner: czs108
  • License: mit
  • Language: Dockerfile
  • Default Branch: main
  • Homepage:
  • Size: 2.93 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Archived
Topics
cmake cpp docker googletest
Created over 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

Ubuntu Docker C++ Development Environment

C++ Docker Linux

Introduction

A Clang C++ development environment based on Ubuntu in Docker, also including:

Dockerfile

```dockerfile FROM ubuntu:latest

RUN apt-get update

RUN apt-get install -y vim

RUN apt-get install -y gdb

RUN apt-get install -y git

RUN apt-get install -y clang

RUN apt-get install -y cmake

RUN apt-get install -y libgtest-dev && apt-get install -y libgmock-dev ```

Starting an Interactive Container

bash docker container run -it <image> bash

License

Distributed under the MIT License. See LICENSE for more information.

Owner

  • Name: Chenzs108
  • Login: czs108
  • Kind: user
  • Location: Dublin, Ireland
  • Company: Susquehanna International Group

Software Development | Artificial Intelligence | Reverse Engineering. For more projects, see @Zhuagenborn.

Citation (CITATION.cff)

cff-version: 1.2.0
authors:
- family-names: Chen
  given-names: Zhenshuo
  orcid: https://orcid.org/0000-0003-2091-4160
title: Ubuntu Clang C++ Development Environment
date-released: 2022-11-05
url: https://github.com/czs108/Ubuntu-Clang-Cpp-Dev-Docker

GitHub Events

Total
Last Year

Dependencies

Dockerfile docker
  • ubuntu latest build