-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue #46 Automate cacert.pem download in CMakeLists.txt
Automated the download of `cacert.pem` in `CMakeLists.txt` using `file(DOWNLOAD ...)`, removing manual instructions from `SOURCE.md`. Cleaned up `CMakeLists.txt` by removing outdated comments and license information. Updated `configure_file` and `install` commands to use and include `cacert.pem`. Added `<fstream>` header in `ChatGPTIPAProvider.cpp` for file operations.
- Loading branch information
Showing
3 changed files
with
13 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,6 @@ You will need | |
git clone [email protected]:w3c/voiceinteraction.git | ||
``` | ||
|
||
### Download certificates | ||
|
||
Download cacert.pem from [curl.haxx.se](https://curl.haxx.se/docs/caextract.html) and place it in the folder `source/w3cipa/w3cipachatgptipaprovider`. | ||
|
||
### Project Structure | ||
|
||
The source code is in the folder source/w3cipa | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters