Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework the ReadMe to be more quick-start friendly #1173

Open
wants to merge 28 commits into
base: develop-pre-3.4.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c759770
Start remodeling the ReadMe
stefankiesz Apr 26, 2024
b0fe466
Fix typo, add italics to OS names
stefankiesz Apr 26, 2024
bdddfbc
add todo
stefankiesz Apr 26, 2024
22654d1
Finish up the body
stefankiesz Apr 29, 2024
f43d017
Update ToC
stefankiesz Apr 29, 2024
4e24a0c
Move stuff, fix typos
stefankiesz Apr 29, 2024
210310a
Improve title
stefankiesz Apr 29, 2024
832558d
Add a line
stefankiesz Apr 29, 2024
9e27b78
Add link for cmake options
stefankiesz Apr 29, 2024
b6be3df
Fix ToC
stefankiesz Apr 29, 2024
aa6ce2e
Pi->Linux
stefankiesz Apr 29, 2024
a2aba1e
Add a comma
stefankiesz May 3, 2024
3052424
Address feedback
stefankiesz May 6, 2024
e92808e
Add more Windows instructions
stefankiesz May 6, 2024
a4380a5
Restructure Debugging section, add more links
stefankiesz May 6, 2024
f807757
Add some periods
stefankiesz May 6, 2024
9fdf80a
Add link to Java SDK
stefankiesz May 6, 2024
f9912ae
Add link to Producer C SDK in Key Features section
stefankiesz Jun 29, 2024
824237b
Convert cmake options list to table
stefankiesz Jul 2, 2024
175e463
Add kvssink parameters table, modify credential-path description, cle…
stefankiesz Jul 2, 2024
b7e884a
Add stream from file kvssink sample instructions
stefankiesz Jul 2, 2024
9cb1972
Add instructions for how/where to view the footage from the samples i…
stefankiesz Jul 3, 2024
62c48dc
Address comments
stefankiesz Jul 3, 2024
a4864ee
Spelling and grammar
stefankiesz Jul 3, 2024
6577535
Remove accidental link
stefankiesz Jul 3, 2024
9347869
Downgrade Mac CI GCC version 13->12
stefankiesz Jul 3, 2024
adcf3ec
Add AWS Authentication to quickstart section
stefankiesz Jul 9, 2024
c924131
megabytes -> mebibytes
stefankiesz Jul 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
id-token: write
contents: read
env:
CC: /usr/local/bin/gcc-13
CXX: /usr/local/bin/g++-13
CC: /usr/local/bin/gcc-12
CXX: /usr/local/bin/g++-12
AWS_KVS_LOG_LEVEL: 2
steps:
- name: Clone repository
Expand Down
Loading
Loading