본문 바로가기
카테고리 없음

Path Of Building Mac Download

by viozanligecapde 2020. 10. 5.



Mac OS X doesn’t have an obvious way to view the exact text based path to a folder (otherwise known as a directory) in the finder window. You can have it show a graphical path, but getting just the text based path to a directory (for use in the Terminal for example) requires a couple of extra steps.

Thank you for using our software library. Use the link below and download Path of Building legally from the developer's site. We wish to warn you that since Path of Building files are downloaded from an external source, FDM Lib bears no responsibility for the safety of such downloads. We recommend checking your downloads with an antivirus.

Yosemite users special note

Apple removed the ability to easily copy the file path in OS X Yosemite. Yosemite users must now follow a complicated procedure of creating a Service to do this simple task or take the path directly from the command line.

El Capitan - Built in file path copy function

If you are a El Capitan user you are in luck, Apple has now created a specific command to capture the file path. Instructions on how to use this can be found here.

Mavericks and below - How to find the Absolute Path to a folder on Mac OS X

Here are the instructions for finding the file path on Mavericks and below...

The first thing to do is identify the folder you need to know the full path for. In this example it’s the “month 1″ folder of my Insanity Workout folder (and yes, I did buy Insanity, directly from Amazon actually and these are my back-ups. It’s not pirated like so much Beachbody stuff unfortunately is!):

Now we can simply press the “cmd+i” keys together to open up the “Get Info” window. This displays various bits of info about the folder as you can see below:

You can see that the Get Info window contains the line “Where:” followed by the text folder path. This is the path to the folder we have been looking for. The path to the folder is highlighted and made clearer in the screenshot below:

You can now copy this text based absolute folder path and paste it into your Terminal window. NOTE – If the directory path contains spaces, as the example i have used in this post does, you MUST use ” quotation ” marks around the path when typing it into the Terminal. The screenshot below demonstrates this:

Path Of Building Mac Download

Why might I need to know how to find the path to a folder on Mac?

Mac Os Path

Knowing the text based absolute path to a folder can be useful for a number of reasons. Being able to locate the precise path allows you to unlock the full power of the Terminal, which can often be faster and more efficient that using the Graphical User Interface.

Mac OS X doesn’t have an obvious way to view the exact text based path to a folder (otherwise known as a directory) in the finder window. You can have it show a graphical path, but getting just the text based path to a directory (for use in the Terminal for example) requires a couple of extra steps.

Yosemite users - special note

Apple removed the ability to easily copy the file path in OS X Yosemite. Yosemite users must now follow a complicated procedure of creating a Service to do this simple task or take the path directly from the command line.

Path of building online

El Capitan - Built in file path copy function

If you are a El Capitan user you are in luck, Apple has now created a specific command to capture the file path. Instructions on how to use this can be found at teh link below:

Mavericks and below - How to find the Absolute Path to a folder on Mac OS X

Here are the instructions for finding the file path on Mavericks and below...

The first thing to do is identify the folder you need to know the full path for. In this example it’s the “month 1″ folder of my Insanity Workout folder (and yes, I did buy Insanity, directly from Amazon actually and these are my back-ups. It’s not pirated like so much Beachbody stuff unfortunately is!):

Now we can simply press the “cmd+i” keys together to open up the “Get Info” window. This displays various bits of info about the folder as you can see below:

You can see that the Get Info window contains the line “Where:” followed by the text folder path. This is the path to the folder we have been looking for. The path to the folder is highlighted and made clearer in the screenshot below:

You can now copy this text based absolute folder path and paste it into your Terminal window. NOTE – If the directory path contains spaces, as the example i have used in this post does, you MUST use ” quotation ” marks around the path when typing it into the Terminal. The screenshot below demonstrates this:

Why might I need to know how to find the path to a folder on Mac?

Knowing the text based absolute path to a folder can be useful for a number of reasons. Being able to locate the precise path allows you to unlock the full power of the Terminal, which can often be faster and more efficient that using the Graphical User Interface.

Building Blender for macOS needs a bit of preparation. However the steps are not very complicated and if you follow the instructions carefully you should be able to build Blender.

macOS version 10.13 High Sierra and newer are supported.

Quick Setup

Install Xcode Development Tools

Download the latest version of Xcode from the Mac App Store for your system (it's free).

Install CMake and Subversion

CMake and Subversion must be installed and available to be used by Blender.

There are multiples ways to install them. We recommend using Homebrew. Follow the install instructions on the Homebrew website, then run in the terminal:

Other package managers like MacPorts and Fink work as well. You may also install CMake and Subversion manually. This is more advanced and requires ensuring cmake and svn commands are in the PATH.

Download Sources and Libraries

Now you are ready to get the latest Blender source code from Blender.org's Git repository. Copy and paste the following instructions into a terminal window. These will create a blender-git folder off your home directory and download the latest source code, as well as addons and external libraries.

For additional information on using Git with Blender's sources, see: Tools/Git

Building

The easiest and fastest solution is to build Blender with the default settings, and simply run this in the Terminal:

After the build finished, you will find

Blender.app

ready to run in

~/blender-git/build_darwin/bin

.

Updating

If you later want to update to and build the latest version, run:

If building fails, it sometimes helps to remove the

~/blender-git/build_darwin

folder to get a completely clean build.

Mac Path To Desktop

Build as an Xcode project

Find File Path Mac

Before starting with this section ensure you have completed the first three steps from the Quick Setup section: installing XCode, installing CMake, and downloading the external libraries.

If you like to work with the Xcode IDE and build Blender from within it, you need to generate an Xcode project.

Generating the Project

This assumes that you have added CMake to your path as described in the Quick Setup. Then execute the following instructions in a terminal:

This will generate the CMake cache files and an Xcode project file in

~/blender-git/build_xcode

.

Mac Add Path

Building Blender in Xcode

Go to the folder with the generated the project file, and double click

Blender.xcodeproj

to open it in Xcode.

Then follow these steps to setup your project:

1. Choose Automatically Create Schemes if you are being asked after opening the project file.

Show File Path Mac

 

2. Change the Active Scheme popup in the upper left corner of the XCode project window to install.


3. Select menu Product->Scheme->Edit Scheme

Edit Scheme is located all the way at the bottom of the list of targets. Or just Press Command-<.

Path Of Building For Mac Download

 

4. Select the Run item from the left view and you will see something like this:

 

5. Select the Blender App from the Executable popup menu.


6. Click Close to save changes.


Now clicking the Run triangle next to the Active Scheme popup should build the application and launch Blender in the debugger.

Build with CUDA

Get File Path Mac

See here for the instructions on building with CUDA support.