Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit ffda7dc

Browse files
committed
rm compile folder
1 parent b30ddc6 commit ffda7dc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ examples/simple_neural_network.cpp
44
cmake-build-debug/
55

66
.idea/
7+
8+
/compile

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,8 @@ For more details please check the project [wiki](https://github.com/fnc12/sqlite
758758

759759
Use popular package manager like [vcpkg](https://github.com/Microsoft/vcpkg) and just install it with `vcpkg install sqlite-orm` command.
760760

761-
Or you can use below instructions
761+
Or you can use below instructions
762+
Note: If you build on Mac OSX, you need to install Catch2 project prior to the following installation
762763

763764
```bash
764765
git clone https://github.com/fnc12/sqlite_orm.git sqlite_orm

prepare-osx-with-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66
brew install llvm
77
brew info llvm
88
export PATH="/usr/local/opt/llvm/bin:$PATH"
9-
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.bash_profile
9+
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.zshenv

0 commit comments

Comments
 (0)