Skip to content

Commit

Permalink
Update C++ Instructions (#5787)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Mar 23, 2023
1 parent c14dbab commit aa61dd3
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,10 @@
<p class="card-text">
<ol>
<li>
Install clang 10 or later. Your environment may require additional include directories.
Generate a token file using the <a href="https://github.com/Azure/azure-sdk-tools/tree/main/tools/apiview/parsers/cpp-api-parser#readme">C++ parser</a>
</li>
<li>
Run
<code>clang++ [input like .\sdk\storage\azure-storage-files-datalake\inc\azure\storage\files\datalake\datalake.hpp] -I .\sdk\storage\azure-storage-files-datalake\inc -I .\sdk\core\azure-core\inc -Xclang -ast-dump -I .\sdk\storage\azure-storage-common\inc -I .\sdk\storage\azure-storage-blobs\inc > Azure_Storage_Files_Datalake.ast</code>
</li>
<li>
Archive the file <code>Compress-Archive Azure_Storage_Files_Datalake.ast -DestinationPath Azure_Storage_Files_Datalake.zip</code>
</li>
<li>
Rename the file <code>Rename-Item Azure_Storage_Files_Datalake.zip -NewName Azure_Storage_Files_Datalake.cppast</code>
</li>
<li>
Upload the resulting archive.
Upload the token file generated.
</li>
</ol>
</p>
Expand Down

0 comments on commit aa61dd3

Please sign in to comment.