简体   繁体   English

在TYPO3的Mac El Capitan 10.11.3上安装Graphics Magick

[英]Graphics Magick installation on Mac El Capitan 10.11.3 for TYPO3

I'm frustrated. 我很沮丧。 I'm a total beginner in this (TYPO3), know well about HTML/CSS though but all the info I found on the web reads like Chinese for me. 我是这个(TYPO3)的初学者,虽然非常了解HTML / CSS,但是我在网络上找到的所有信息对我来说都像中文。 Like that one: http://mac-dev-env.patrickbougie.com/graphicsmagick/ 就像这样一个: http : //mac-dev-env.patrickbougie.com/graphicsmagick/

I have no clue what that means! 我不知道那是什么意思!

I've downloaded GM, extracted the zip and double-clicked the configure file. 我已经下载了GM,提取了zip并双击了配置文件。 The installation finished without any problems (as far as I can tell). 安装完成没有任何问题(据我所知)。

So here's the ting: can anybody please tell me, how this sort of installation is suppossed to be completed? 因此,这就是问题:有人可以告诉我,这种安装应该如何完成? I need it from the very beginning, actually from unpacking the zip. 我从一开始就需要它,实际上是从解压缩zip包开始。

Do I have to have another program, like this terminal program on the Mac, where you have to type in command lines? 我是否需要另一个程序,例如Mac上的此终端程序,必须在其中键入命令行? Do I have to write or edit code somewhere? 我必须在某处编写或编辑代码吗? Do I need to create folders? 我需要创建文件夹吗? Where, in the TYPO3-Backend, can I check if it even works? 在TYPO3-Backend中,我可以在哪里检查它是否还能工作?

TYPO3 is installed and it works perfectly so far. TYPO3已安装,目前为止运行良好。 THANKS A LOT! 非常感谢! :) :)

PS: I really like to learn this (!), but my head is bumping right now :( PS:我真的很喜欢学习这个(!),但是现在我的头在跳动:(

Easy way: 简单的方法:

If you want to "just install" GM I suggest you to use one of OS X package managers like homebrew or macports . 如果您想“仅安装” GM,建议您使用OS X软件包管理器之一,例如homebrewmacports They can simplify configuration, building and installation process for you. 他们可以为您简化配置,构建和安装过程。 So you'll only need to open Terminal and type (depending on chosen package manager): 因此,您只需要打开Terminal并输入(取决于所选的包管理器):

brew install graphicsmagick or port install graphicsmagick brew install graphicsmagickport install graphicsmagick

To verify that your installation is successful open Terminal and type gm version , as result you should see version and other details of your installation. 要验证安装是否成功,请打开Terminal并输入gm version ,结果,您应该看到版本和安装的其他详细信息。

Fundamental way: 基本方式:

If you want learn how to build and install GM from sources, I recommend you to start reading official documentation . 如果您想学习如何从源代码构建和安装GM,建议您开始阅读官方文档 And then, by the way, read about "Make" and other tools used in build process. 然后,顺便阅读一下“ Make”和其他在构建过程中使用的工具。

As @Oles Savluk pointed easiest way to install such stuff is using homebrew. 正如@Oles Savluk指出的,安装此类内容的最简单方法是使用自制软件。 When you'll install it already, open new terminal window and use command which gm to find the path it will be ie: /usr/local/bin/gm - copy/write it and use in the TYPO3's Install Tool in proper place. 当您已经安装它时,请打开新的终端窗口,并使用命令which gm来查找路径,即: /usr/local/bin/gm复制/编写它,并在TYPO3的安装工具中的适当位置使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM