From fdbc6cf6daa205f30ef4e3c768f00ae441043d3e Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sun, 18 Aug 2024 00:04:11 +0800 Subject: [PATCH] :art: update logo --- README.md | 20 +++++--------------- doc/README_zh.md | 2 +- doc/svg/nasal.svg | 17 +++++++++-------- doc/svg/nasal_transparent.svg | 17 +++++++++-------- 4 files changed, 24 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 6c024aa..afa8fbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# __Nasal - Modern Interpreter__ +# __Nasal - Modern Interpreter__ @@ -71,31 +71,21 @@ please wait or just compile it by yourself, a Cmake file is given for Visual Stu * [linux-nightly-build](https://github.com/ValKmjolnir/Nasal-Interpreter/releases/tag/next_linux_x86_64) * windows-nightly-build: [WIP] -## __Compile__ - -![g++](https://img.shields.io/badge/GNU-g++-A42E2B?style=flat-square&logo=GNU) -![clang++](https://img.shields.io/badge/LLVM-clang++-262D3A?style=flat-square&logo=LLVM) -![vs](https://img.shields.io/badge/Visual_Studio-MSVC-5C2D91?style=flat-square&logo=visualstudio) +## __Compile__ ![g++](https://img.shields.io/badge/GNU-g++-A42E2B?style=flat-square&logo=GNU) ![clang++](https://img.shields.io/badge/LLVM-clang++-262D3A?style=flat-square&logo=LLVM) ![vs](https://img.shields.io/badge/Visual_Studio-MSVC-5C2D91?style=flat-square&logo=visualstudio) Better download the latest update source of the interpreter and build it! It's quite easy to build this interpreter, what you need are only two things: C++ compiler and the `make`. There is no third-party library used in this project. -### __Windows (MinGW-w64)__ - -![windows](https://img.shields.io/badge/Microsoft-Windows-green?style=flat-square&logo=windows) +### __Windows (MinGW-w64)__ ![windows](https://img.shields.io/badge/Microsoft-Windows-green?style=flat-square&logo=windows) Make sure thread model is `posix thread model`, otherwise no thread library exists. > mingw32-make nasal.exe -j4 -### __Windows (Visual Studio)__ - -![windows](https://img.shields.io/badge/Microsoft-Windows-green?style=flat-square&logo=windows) +### __Windows (Visual Studio)__ ![windows](https://img.shields.io/badge/Microsoft-Windows-green?style=flat-square&logo=windows) There is a [__CMakelists.txt__](./CMakeLists.txt) to create project. -### __Linux / macOS / Unix__ - -![linux](https://img.shields.io/badge/GNU-Linux-green?style=flat-square&logo=GNU) ![macOS](https://img.shields.io/badge/Apple%20Inc.-MacOS-green?style=flat-square&logo=apple) +### __Linux / macOS / Unix__ ![linux](https://img.shields.io/badge/GNU-Linux-green?style=flat-square&logo=GNU) ![macOS](https://img.shields.io/badge/Apple%20Inc.-MacOS-green?style=flat-square&logo=apple) > make -j diff --git a/doc/README_zh.md b/doc/README_zh.md index 6970633..dc5c1c1 100644 --- a/doc/README_zh.md +++ b/doc/README_zh.md @@ -1,4 +1,4 @@ -# __Nasal - Modern Interpreter__ +# __Nasal - Modern Interpreter__ diff --git a/doc/svg/nasal.svg b/doc/svg/nasal.svg index 389651a..b46607d 100644 --- a/doc/svg/nasal.svg +++ b/doc/svg/nasal.svg @@ -4,15 +4,16 @@ - + - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/doc/svg/nasal_transparent.svg b/doc/svg/nasal_transparent.svg index e26e972..e17c04f 100644 --- a/doc/svg/nasal_transparent.svg +++ b/doc/svg/nasal_transparent.svg @@ -4,15 +4,16 @@ - + - - - - - - - + + + + + + + + \ No newline at end of file