Changes between Version 8 and Version 9 of howto/ccache
- Timestamp:
- May 23, 2019, 4:23:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/ccache
v8 v9 53 53 === '''Use ccache outside MacPorts''' === 54 54 55 MacPorts does n't create symlinks to local compiler therefore you need to create itmanually.55 MacPorts does not create symlinks to the local compiler therefore you need to create them manually. 56 56 57 One way could be to use the following script that find the available compilers and create symlinks on {{{/opt/local/libexec/ccache}}}.57 One way could be to use the following script that finds the available compilers and create symlinks on {{{/opt/local/libexec/ccache}}}. 58 58 59 59 {{{ … … 92 92 Now to use ccache also outside MacPorts you have to edit your PATH which is set in your `.profile` or `.bash_profile`. 93 93 94 First, locate the file you are using. If there is a `.bash_profile` edit this file, if there is only `.profile`you want to edit this.95 94 First, locate the file you are using. If there is a `.bash_profile` then edit this file, if there is only `.profile` then you want to edit this. 95 96 96 There will be this line in there: 97 97 {{{