Skip to content

Commit

Permalink
automatic template update of Controller Area Network (CAN) Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jan 5, 2022
1 parent 14d1b44 commit 042f47b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Saleae Controller Area Network (CAN) Analyzer

Dependencies:
- XCode with command line tools
- CMake 3.11+
- CMake 3.13+

Installing command line tools after XCode is installed:
```
Expand Down Expand Up @@ -38,7 +38,7 @@ cmake --build .
### Ubuntu 16.04

Dependencies:
- CMake 3.11+
- CMake 3.13+
- gcc 4.8+

Misc dependencies:
Expand All @@ -59,7 +59,7 @@ cmake --build .

Dependencies:
- Visual Studio 2015 Update 3
- CMake 3.11+
- CMake 3.13+

**Visual Studio 2015**

Expand All @@ -78,7 +78,7 @@ https://cmake.org/download/
Building the analyzer:
```
mkdir build
cd build
cd build -A x64
cmake ..
```

Expand Down Expand Up @@ -126,3 +126,4 @@ Then, open the newly created solution file located here: `build\can_analyzer.sln


Invalid CAN data was encountered

2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CMAKE_ARGS: '-G "Visual Studio 15 Win64"'
BUILD_ARGS: '--config RelWithDebInfo'
linux:
imageName: 'ubuntu-16.04'
imageName: 'ubuntu-18.04'
CMAKE_ARGS: '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
BUILD_ARGS: ''
mac:
Expand Down

0 comments on commit 042f47b

Please sign in to comment.