You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "safi50 (via GitHub)" <gi...@apache.org> on 2023/03/19 18:24:14 UTC

[GitHub] [age-website] safi50 opened a new issue, #142: Update Installation guide for Mac OS

safi50 opened a new issue, #142:
URL: https://github.com/apache/age-website/issues/142

   To install requirements for building the documentation locally , the documentation gives steps to follow but the command
   ``` sudo apt install python3 virtualenv texlive-latex-base texlive-latex-extra texlive-extra-utils``` returns an error on MacOS. 
   
   It is because ``` apt ``` is not available in Mac OS.  However, there is no mention of the OS requirement for running the above command in the README.md file. 
   
   The solution is to use a Package manager like **Homebrew** to install the relevant packages for Mac OS.
   
   I ran the following commands to install the requirements. 
   ``` 
   brew install python3 virtualenv
   brew install --cask mactex-no-gui
   ```


-- 
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: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-website] safi50 closed issue #142: Update Installation guide for Mac OS

Posted by "safi50 (via GitHub)" <gi...@apache.org>.
safi50 closed issue #142: Update Installation guide for Mac OS 
URL: https://github.com/apache/age-website/issues/142


-- 
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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org