Xuanwo commented on PR #2988:
URL: 
https://github.com/apache/incubator-opendal/pull/2988#issuecomment-1701215669

   > We just need single file of the repo, so I think it's a better way to just 
copy one file under our repo.
   
   No, not a good way from releases side.
   
   > Furthermore, I find that other repos also use this way, like wxWidgets, 
opencv 5.x.
   
   None of them are ASF projects. Although there are ways to declare an extra 
license for our repository, we should still avoid including content in this 
manner as it would complicate our release process.
   
   > We can use other way to install them like npm or FetchContent in cmake.
   
   I prefer to use the npm way mentioned in their README:
   
   ```shell
   cd your-project
   npm install https://github.com/jothepro/doxygen-awesome-css#v2.2.1 --save-dev
   
   ls -l node_module/@jothepro/doxygen-awesome-css
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to