Skip to content

Commit 6188e4c

Browse files
committed
updating readme
1 parent fb03db0 commit 6188e4c

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

readme.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,21 @@ make
4141
```
4242

4343
Xcode - Link Binary with Libraries (Source & Test)
44+
4445
````
4546
./build/external/libpqxx/src/libpqxx-7.10.a
4647
```
4748
4849
Xcode - Headers Path (for libpqxx and nlohmann/json)
50+
4951
```
5052
"$(SRCROOT)/external/libpqxx/include/pqxx/internal"
5153
"$(SRCROOT)/external/libpqxx/include/"
5254
"$(SRCROOT)/external/"
5355
```
5456
5557
Xcode - Library Path
58+
5659
```
5760
"$(SRCROOT)/external/libpqxx/src"
5861
"$(SRCROOT)/build/external/libpqxx/src"
@@ -71,31 +74,5 @@ Xcode - Library Path
7174
7275
`sh ./scripts/test.sh`
7376
74-
### Project Structure
75-
76-
```bash
77-
project/
78-
.
79-
├── CMakeLists.txt
80-
├── include
81-
│ ├── Account.h
82-
│ ├── CSVParser.h
83-
│ ├── PriceRecord.h
84-
│ ├── Strategies
85-
│ │ └── SimpleMovingAverageStrategy.h
86-
│ └── Strategy.h
87-
├── readme.md
88-
├── resources
89-
├── run.sh
90-
└── src
91-
├── Account.cpp
92-
├── FileManagement
93-
│ ├── CSVParser.cpp
94-
│ └── PriceRecord.cpp
95-
├── Strategies
96-
│ └── SimpleMovingAverageStrategy.cpp
97-
└── program.cpp
98-
```
99-
10077
### License
10178
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)