{"id":497,"date":"2022-09-13T10:38:03","date_gmt":"2022-09-13T02:38:03","guid":{"rendered":"https:\/\/www.homechemer.com\/?p=497"},"modified":"2022-10-07T21:17:25","modified_gmt":"2022-10-07T13:17:25","slug":"%e5%9c%a8linux%e7%b3%bb%e7%bb%9f%e5%ae%89%e8%a3%85%e5%b9%b6%e4%bd%bf%e7%94%a8photoshop-cc-2020%e7%bb%98%e5%88%b6%e9%ab%98%e8%b4%a8%e9%87%8f%e7%a7%91%e7%a0%94%e5%9b%be%e7%89%87","status":"publish","type":"post","link":"https:\/\/www.homechemer.com\/workshop\/2","title":{"rendered":"\u5728Linux\u7cfb\u7edf\u5b89\u88c5\u5e76\u4f7f\u7528Photoshop CC 2020\u7ed8\u5236\u9ad8\u8d28\u91cf\u79d1\u7814\u56fe\u7247"},"content":{"rendered":"\n<p class=\"has-text-align-center\"><strong>\u5728Linux\u7cfb\u7edf\u5b89\u88c5\u5e76\u4f7f\u7528Photoshop CC 2020\u7ed8\u5236\u9ad8\u8d28\u91cf\u79d1\u7814\u56fe\u7247<br>Installing and Using Photoshop CC 2020 on Linux to Produce High-quality Scientific Figures<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">Jiawei Xu and Yuxuan Qian<br>Released: 2022-09-13 \/ Updated: 2022-09-13<\/p>\n\n\n\n<p><strong>1. Linux\u7cfb\u7edf\u5b89\u88c5Photoshop CC 2020\u7684\u6b65\u9aa4<\/strong><\/p>\n\n\n\n<p>Photoshop\u662f\u6700\u7ecf\u5178\u7684\u56fe\u50cf\u7f16\u8f91\u8f6f\u4ef6\u4e4b\u4e00\uff0c\u4f46Photoshop\u6ca1\u6709\u539f\u751fLinux\u7248\u672c\uff0c\u4ec5\u652f\u6301\u5728Windows\u7cfb\u7edf\u4e0b\u4f7f\u7528\uff0c\u56e0\u6b64\u9700\u8981\u501f\u52a9WINE\u8fd0\u884c\u3002\u672c\u6587\u6211\u4eec\u5c06\u4ecb\u7ecdCentos Stream 8\u7cfb\u7edf\u5b89\u88c5Photoshop CC 2020\u7684\u65b9\u6cd5\uff0c\u5bf9\u4e8e\u5176\u4ed6\u7248\u672c\u548c\u7cfb\u7edf\u53ef\u80fd\u4e0d\u9002\u7528\u3002<\/p>\n\n\n\n<p><strong>1.1 \u5b89\u88c5WINE\u548cWINEtricks<\/strong><\/p>\n\n\n\n<p>\u9996\u5148\u66f4\u65b0\u5305\u7ba1\u7406\u5668\uff0c\u4ee5DNF\u4e3a\u4f8b\uff0c\u66f4\u65b0\u540e\u91cd\u542f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">sudo dnf -y update\nsudo reboot<\/code><\/pre>\n\n\n\n<p>\u4e0b\u9762\u5b89\u88c5WINE\u76f8\u5173\u7684\u4f9d\u8d56\u5305\u3002\u6211\u4eec\u9700\u8981\u7528\u5230Development Tools\u3001EPEL\u3001PowerTools\u4ee5\u53ca\u4e00\u7cfb\u5217\u7684\u4f9d\u8d56\u5e93\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">sudo dnf groupinstall 'Development Tools' -y\nsudo dnf -y install epel-release\nsudo dnf config-manager --set-enabled powertools\nsudo yum -y install libxslt-devel libpng-devel libX11-devel zlib-devel libtiff-devel freetype-devel libxcb-devel  libxml2-devel libgcrypt-devel dbus-devel libjpeg-turbo-devel  fontconfig-devel gnutls-devel gstreamer1-devel libXcursor-devel libXi-devel libXrandr-devel libXfixes-devel libXinerama-devel libXcomposite-devel mesa-libOSMesa-devel libpcap-devel libusb-devel libv4l-devel libgphoto2-devel gstreamer1-devel libgudev SDL2-devel gsm-devel libvkd3d-devel libudev-devel<\/code><\/pre>\n\n\n\n<p>\u68c0\u67e5\u7cfb\u7edf\u662f\u5426\u5df2\u7ecf\u6709wget\uff0c\u5982\u65e0\uff0c\u5219\u5b89\u88c5\uff08Centos Stream 8\u5df2\u5185\u7f6e\uff09\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">sudo dnf -y install wget<\/code><\/pre>\n\n\n\n<p>\u4f7f\u7528curl\u4e0b\u8f7dWINE\u5b89\u88c5\u5305\uff0c\u89e3\u538b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">curl -O https:\/\/dl.winehq.org\/wine\/source\/7.0\/wine-7.0.tar.xz\ntar -xf wine-7.0.tar.xz<\/code><\/pre>\n\n\n\n<p>\u7f16\u8bd1WINE\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">cd wine-*\/\n.\/configure --enable-win64 \nmake -j\nsudo make install -j<\/code><\/pre>\n\n\n\n<p>\u8fd0\u884c\u4e00\u4e0b\u547d\u4ee4\u67e5\u770bWINE\u662f\u5426\u5df2\u7ecf\u6b63\u786e\u5b89\u88c5\u6216\u83b7\u5f97\u5e2e\u52a9\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">wine64 --version\nwine64 --help<\/code><\/pre>\n\n\n\n<p>WINEtricks\u662fWINE\u7684\u4e00\u4e2a\u8f85\u52a9\u7a0b\u5e8f\uff0c\u7c7b\u4f3c\u4e8eAntechamber\u4e4b\u4e8eAmber\u7684\u5173\u7cfb\uff0c\u4f46WINE\u5e76\u6ca1\u6709\u5185\u7f6eWINEtricks\uff0c\u9700\u8981\u53e6\u5916\u4e0b\u8f7d\uff0c\u65e0\u9700\u5b89\u88c5\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">wget https:\/\/raw.githubusercontent.com\/Winetricks\/winetricks\/master\/src\/winetricks\nchmod +x winetricks<\/code><\/pre>\n\n\n\n<p><strong>1.2 \u5b89\u88c5md5\u4f9d\u8d56\u5e93<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">sudo dnf makecache\nsudo dnf install isomd5sum.x86_64<\/code><\/pre>\n\n\n\n<p><strong>1.3 \u5b89\u88c5Photoshop CC 2020<\/strong><\/p>\n\n\n\n<p>\u5728Github\u4e0a\u6709\u4eba\u63d0\u4f9b\u4e86\u4e00\u4e2a\u7b80\u6613\u5b89\u88c5PhotoShop\u7684\u5c0f\u7a0b\u5e8f(<a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/CSMarckitus\/Photoshop\" target=\"_blank\">https:\/\/github.com\/CSMarckitus\/Photoshop<\/a>)\uff0c\u5728\u5b8c\u6210\u4ee5\u4e0a\u51c6\u5907\u5de5\u4f5c\u540e\uff0c\u6b64\u5904\u6211\u4eec\u76f4\u63a5\u4f7f\u7528\u5c0f\u7a0b\u5e8f\u5b89\u88c5\u5373\u53ef\uff0c\u4f7f\u7528Gitlab\u6e90\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">git clone https:\/\/gitlab.com\/csmarckitus1\/photoshop.git\ncd photoshop\nmake\n.\/Photoshop2020<\/code><\/pre>\n\n\n\n<p> \u8fd0\u884c\u8be5\u7a0b\u5e8f\u540e\u5c06\u8fdb\u5165\u5b89\u88c5\u754c\u9762\uff0c\u9009\u62e9Install Photoshop CC 2020\uff0c\u7a0b\u5e8f\u81ea\u52a8\u4e0b\u8f7d\u5e76\u8fdb\u884c\u5b89\u88c5\uff0c\u5b8c\u6210\u540e\u6253\u5f00Photoshop\u3002\u6ce8\u610f\u8be5\u5c0f\u7a0b\u5e8f\u7684Photoshop\u7a0b\u5e8f\u6e90\u81ea\u5e26\u4e86\u897f\u8bed\u7684\u8bed\u8a00\u5305\uff0c\u8fd9\u65f6\u8fdb\u5165$Photoshop_Root\/PhotoshopCC\/Photoshop-CC\/Locales\/es_ES\/Support Files\uff0c\u627e\u5230tw10428_Photoshop_es_ES.bat\uff0c\u5c06\u4e4b\u5220\u9664\uff08\u5982\u679c\u7528\u4e0d\u6389\u897f\u8bed\u7684\u8bdd\uff09\u6216\u5c06\u5176\u540e\u7f00\u540d\u6539\u4e3a\u5176\u4ed6\u683c\u5f0f\uff0c\u4f7fPhotoshop\u65e0\u6cd5\u8bc6\u522b\u5230\u8bed\u8a00\u5305\uff0c\u5373\u53ef\u6062\u590d\u4e3a\u9ed8\u8ba4\u7684\u82f1\u8bed\u3002<\/p>\n\n\n\n<p>\u4f7f\u7528WINE\u8fd0\u884c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code class=\"\">wine $Photoshop_Root\/PhotoshopCC\/Photoshop-CC\/photoshop.exe<\/code><\/pre>\n\n\n\n<p>\u7531\u4e8eWINE\u672c\u8eab\u5b58\u5728\u8bf8\u591a\u95ee\u9898\uff0c\u5728\u5b9e\u9645\u8fd0\u884c\u65f6\u4ecd\u7136\u4f1a\u5728\u7ec8\u7aef\u8f93\u51fa\u4e00\u4e9b\u62a5\u9519\u4fe1\u606f\uff0c\u4f46\u6d4b\u8bd5\u8868\u660ePhotoshop\u7684\u5e38\u7528\u529f\u80fd\u57fa\u672c\u4e0d\u53d7\u5f71\u54cd\u3002<\/p>\n\n\n\n<p><strong>2. \u7ed8\u56fe\u5b9e\u4f8b<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728Linux\u7cfb\u7edf\u5b89\u88c5\u5e76\u4f7f\u7528Photoshop CC &hellip;<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","footnotes":""},"categories":[6],"tags":[],"class_list":["post-497","post","type-post","status-publish","format-standard","hentry","category-workshop"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.homechemer.com\/index.php?rest_route=\/wp\/v2\/posts\/497","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.homechemer.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.homechemer.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.homechemer.com\/index.php?rest_route=\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.homechemer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=497"}],"version-history":[{"count":5,"href":"https:\/\/www.homechemer.com\/index.php?rest_route=\/wp\/v2\/posts\/497\/revisions"}],"predecessor-version":[{"id":502,"href":"https:\/\/www.homechemer.com\/index.php?rest_route=\/wp\/v2\/posts\/497\/revisions\/502"}],"wp:attachment":[{"href":"https:\/\/www.homechemer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=497"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.homechemer.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=497"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.homechemer.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=497"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}