illustratorCClinux/README.md

99 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2021-01-03 10:33:01 +00:00
<div align="center" class="tip" markdown="1" style>
![ai screenshot](images/Screenshot-illustratorCC.png)
![wine version](https://img.shields.io/badge/wine-5.22-red) ![Tested on arch](https://img.shields.io/badge/Tested%20on-Arch_linux-brightgreen) ![GitHub stars](https://img.shields.io/github/stars/Gictorbit/illustratorCClinux) ![rep size](https://img.shields.io/github/repo-size/gictorbit/illustratorCClinux) ![bash](https://img.shields.io/badge/bash-5.0-yellowgreen)
</div>
</div>
2021-01-03 10:42:54 +00:00
# Illustrator CC Installer for Linux
2021-01-03 10:33:01 +00:00
This bash script helps you to install `Adobe Illustrator CC` on your Linux distro easily. It will download a free version of Illustrator and tries to run it using `wine` installed on your system
## :rocket: Features
2021-01-03 10:42:54 +00:00
* illustrator command
2021-01-03 10:33:01 +00:00
* desktop entry
* wine dark mode
* supports graphic cards like (`intel`, `Nvidia`)
* saves the downloaded files in your cache directory
* It's free and you will not need any license key
* works on any Linux distribution
2021-01-02 22:42:20 +00:00
2021-01-03 10:33:01 +00:00
## :warning: Requirements
1- use a 64bit edition of your distro
2021-01-02 22:42:20 +00:00
2021-01-03 10:33:01 +00:00
2-make sure the following packages are already installed on your Linux distro
* `wine`
* `md5sum`
2021-01-02 22:42:20 +00:00
2021-01-03 10:33:01 +00:00
if they are not already installed you can install them using your package manager for example in arch Linux
```bash
2021-01-04 17:09:35 +00:00
sudo pacman -S wine
2021-01-03 10:33:01 +00:00
```
3- make sure you have enough storage in your `/home` partition about `2 GiB`
2021-01-03 10:42:54 +00:00
> 400 MiB will be free after installation
2021-01-03 10:33:01 +00:00
also you can install illustrator in diffrent directory
4- make sure you have an internet connection and about `400 Mib` traffic to download illustrator
## :computer: Installation
the installer scripts use a virtual drive of wine and makes a new `winprefix` for illustrator
first of all, you need to clone the repository with this command:
2021-01-02 22:42:20 +00:00
```bash
git clone https://github.com/Gictorbit/illustratorCClinux.git
2021-01-06 12:57:17 +00:00
cd illustratorCClinux
chmod +x setup.sh
./setup.sh
2021-01-03 10:33:01 +00:00
```
2021-01-06 12:57:17 +00:00
then you can easily run `setup.sh` script to install illustrator cc on your Linux distro
2021-01-03 10:33:01 +00:00
2021-01-06 12:57:17 +00:00
<div align="center" class="tip" markdown="1" style>
![setup screenshot](images/setup-screenshot.png)
</div>
2021-01-03 10:33:01 +00:00
you can use `-d` to specify the installation path, and `-c` for the cache directory.
for example:
2021-01-06 12:57:17 +00:00
2021-01-03 10:33:01 +00:00
```bash
2021-01-06 12:57:17 +00:00
cd scripts
chmod +x illustratorSetup.sh
2021-01-03 10:33:01 +00:00
./illustratorSetup.sh -d /mnt/storage/illustratorSetup.sh
```
or with c flag
```bash
./illustratorSetup.sh -d /mnt/myfiles/illustrator -c /mnt/cache
```
when no options are given, the installer script will use the default path,
the uninstaller script and others will detect your custom path so there is no problem,
I recommend using the `-d` option and having the default cache directoy
## :wine_glass: wineprefix Configuration
if you need to configure the wineprefix of illustrator you can use `winecfg.sh` script just run the command below
```bash
chmod +x winecfg.sh
./winecfg.sh
```
## :hotsprings: Uninstall
to uninstall illustrator you can use the uninstaller script with commands below
```bash
chmod +x uninstaller.sh
./uninstaller.sh
2021-01-03 12:11:12 +00:00
```
---
<a href="https://poshtiban.com">
2021-01-04 17:09:35 +00:00
<img src="https://raw.githubusercontent.com/Gictorbit/photoshopCClinux/master/images/poshtibancom.png" width="25%"></a>
<a href="https://github.com/Gictorbit/photoshopCClinux">
2021-01-03 12:11:12 +00:00
<img src="https://github.com/Gictorbit/photoshopCClinux/raw/master/images/AdobePhotoshop-icon.png" width="9%">
</a>