Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Support. #47

Closed
hua3505 opened this issue Jul 6, 2017 · 16 comments
Closed

Mac Support. #47

hua3505 opened this issue Jul 6, 2017 · 16 comments
Assignees
Labels
Module: Build Indicates build related issues Type: Don't support Indicates the system/platform that we currently don't support

Comments

@hua3505
Copy link

hua3505 commented Jul 6, 2017

I run script install_docker.sh but found need apt-get. Could you adapt scripts for mac? Thanks very much.

@ycool ycool added the Type: Help wanted Indicates that a maintainer wants help on an issue/pull request from the rest of the community label Jul 6, 2017
@huijian222
Copy link

You need install Docker first.

@ycool
Copy link
Contributor

ycool commented Jul 6, 2017

steps to install docker in Mac: https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac

@ghost
Copy link

ghost commented Jul 6, 2017

我安装了docker, 然后还是报错 @ycool

@ycool
Copy link
Contributor

ycool commented Jul 6, 2017

@bucaixiaot what's the commands you run and what's the error msg?

Right now only Ubuntu is tested here. So other platforms definitely need some helps :)

@ghost
Copy link

ghost commented Jul 6, 2017

@ycool
Environmental:mac pro
I have installed docker.My last mistake was Unsupported system.

I have switched to the source directory, What do I do now?
manmans-MacBook-Pro:apollo-master manman$

@ycool
Copy link
Contributor

ycool commented Jul 6, 2017

Currently, Mac platform is not supported yet. Some extra developments are required. Help is very welcome :)

In case you need run Apollo in Mac platform, please vote it up. If it has high demand, we can bump up its priority.

@ycool ycool added the Type: Enhancement Indicates code improvements, feature improvements label Jul 6, 2017
@StanleyTian
Copy link

Really looking forward for the Mac edition.

@qiankunzhu
Copy link
Contributor

Hi guys, if you are familiar to docker and urgent to build with mac, you can install docker for mac first, and check the hello world docker test can work, then you can follow the ./docker/scripts/dev_start.sh, dev_into.sh scripts steps: pull img, start the docker (there is some work to do replace some command with mac's), and the same with the into scripts. Hope your help and response.

This was referenced Jul 7, 2017
@ordram
Copy link

ordram commented Jul 10, 2017

真正期待Mac版。

@312362115
Copy link

"Please use Linux, we recommend Ubuntu 14.04." -- apollo.sh
holy shit

@schromotion
Copy link

+1 for Mac Support. Thanks for opening up the project guys!

@xiaoxq
Copy link
Contributor

xiaoxq commented Jul 10, 2017

Personally I ever tried to work on Mac. The hack is, running a Linux-based VM which provides docker service.

brew install docker docker-machine
brew cask install virtualbox
docker-machine create --driver virtualbox default
eval $(docker-machine env default)

Besides that, edit the docker/scripts/..._start.sh to skip mounting the HOME directory to docker container, as there is some difference between the structures of Mac HOME dir and Linux HOME.

It's hacky. Feel free to play with it, and of course, at your own risk :)

@ycool ycool reopened this Jul 26, 2017
@cly
Copy link

cly commented Aug 18, 2017

+1 for mac support or at least updated instructions for Mac + Ubuntu VM

@astromme
Copy link

@ycool Can you give a high-level overview of the work required to add mac support? Might be helpful for someone who decides to take on the work.

@ycool
Copy link
Contributor

ycool commented Aug 31, 2017

@xiaoxq
Copy link
Contributor

xiaoxq commented Nov 15, 2017

Added basic support for Mac. Have fun!
https://github.com/ApolloAuto/apollo/tree/master/docker/scripts/mac

@wanglei828 wanglei828 added Type: Don't support Indicates the system/platform that we currently don't support Module: Build Indicates build related issues and removed Type: Enhancement Indicates code improvements, feature improvements Type: Help wanted Indicates that a maintainer wants help on an issue/pull request from the rest of the community labels Mar 16, 2018
@xiaoxq xiaoxq closed this as completed Mar 28, 2018
GowthamKudupudi pushed a commit to amd/apollo that referenced this issue Nov 17, 2022
[AMD][build][bazel][bash] Introduce ROCm in Bazel subsystem (Step 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Build Indicates build related issues Type: Don't support Indicates the system/platform that we currently don't support
Projects
None yet
Development

No branches or pull requests