Skip to content

Commit

Permalink
📄 Docs(README): Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely authored Aug 27, 2023
1 parent 11089aa commit 56acbac
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# About CppEnhanced
# About

Your powerful tool for C++ development.

Expand All @@ -9,22 +9,35 @@ In future, you will be able to import CppEnhanced from vcpkg and other package m

## Dependencies

+ CMake. ( Version > 3.6 )
+ C/C++ build toolchains.
+ CMake ( Version > 3.6 )
+ C/C++ build toolchains
- (MSVC is required on Windows platform)

## Command

Origin way:

```shell
mkdir build
cd build
cmake ..
cmake --build . --config=Release
```

or use script,

```shell
# on gnu/linux or macos
./build.sh

# or on windows os
./build.ps1
```

# Components

- DateTime
DateTime is a C++ time format and operate class
DateTime is a C++ time format and operate class (Deported from dotnet core source code)

# Usage

Expand All @@ -49,6 +62,3 @@ We are using AGPLv3.0 now.
# More
- [In Wiki] [Add `Developer PowerShell for VS` profile to VSCode terminals](https://github.com/Dynesshely/CppEnhanced/wiki/Add-%60Developer-PowerShell-for-VS%60-info-your-VSCode)

0 comments on commit 56acbac

Please sign in to comment.