Tools section added to readme
This commit is contained in:
parent
477e076e8e
commit
622d5b5f52
24
README.md
24
README.md
|
@ -1,7 +1,11 @@
|
||||||
|
|
||||||
|
<div align="center" class="tip" markdown="1" style>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
 
|
 
|
||||||
  
|
  
|
||||||
|
</div>
|
||||||
|
|
||||||
# photohop CC v19 installer for linux
|
# photohop CC v19 installer for linux
|
||||||
This bash script installs Photoshop CC version 19 on your Linux machine using wine behind the scene
|
This bash script installs Photoshop CC version 19 on your Linux machine using wine behind the scene
|
||||||
|
@ -50,7 +54,7 @@ first of all you need to clone the repository with this command:
|
||||||
git clone https://github.com/Gictorbit/photoshopCClinux.git
|
git clone https://github.com/Gictorbit/photoshopCClinux.git
|
||||||
cd photoshopCClinux
|
cd photoshopCClinux
|
||||||
```
|
```
|
||||||
### component installation using winetricks (Recommended)
|
### :point_right: component installation using winetricks (Recommended)
|
||||||
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component using winetricks and configures wine automatically
|
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component using winetricks and configures wine automatically
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -58,7 +62,7 @@ chmod +x PhotoshopSetup.sh
|
||||||
./PhotoshopSetup.sh
|
./PhotoshopSetup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### component installation using custom script
|
### :point_right: component installation using custom script
|
||||||
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component and configures wine automatically
|
for installing photoshop just run the bash script with below command it downloads and installs photoshop include its component and configures wine automatically
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -76,9 +80,25 @@ if you need to configure wineprefix of photoshop you can use `winecfg.sh` script
|
||||||
chmod +x winecfg.sh
|
chmod +x winecfg.sh
|
||||||
./winecfg.sh
|
./winecfg.sh
|
||||||
```
|
```
|
||||||
|
## Tools
|
||||||
|
as you know photoshop has many useful tools like `Liquify Tools`.</br>
|
||||||
|
|
||||||
|
if you get some errors during working with these tools
|
||||||
|
It may because of the graphics card.</br>
|
||||||
|
|
||||||
|
photoshop uses the `GPU` to process these tools so before using these tools make sure that your graphics card `(Nvidia, AMD)` is configured correctly in your Linux machine.
|
||||||
|
</br>The other solution is you can configure photoshop to use `CPU` for image processing. to do that, follow the below steps:
|
||||||
|
|
||||||
|
* go to edit tab and open `preferences` or `[ctrl+K]`
|
||||||
|
* then go to the `performance` tab
|
||||||
|
* in the graphics processor settings section, uncheck `Use graphics processor`
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
for uninstall photoshop you can use uninstaller script with below commands
|
for uninstall photoshop you can use uninstaller script with below commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod +x uninstaller.sh
|
chmod +x uninstaller.sh
|
||||||
./uninstaller.sh
|
./uninstaller.sh
|
||||||
|
|
Loading…
Reference in New Issue