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

Hi anyone have the build steps? thanks. #2

Open
liker292 opened this issue Aug 1, 2020 · 3 comments
Open

Hi anyone have the build steps? thanks. #2

liker292 opened this issue Aug 1, 2020 · 3 comments

Comments

@liker292
Copy link

liker292 commented Aug 1, 2020

Hi anyone have the build steps? thanks.

@Raiden38
Copy link

Raiden38 commented Nov 5, 2020

Sorry, have to ask the same question!!! I can't figure out how to install your script into my RPI! Is there a guide somewhere or maybe an IMG available? Thanks!

@ColdeZhang
Copy link

I builded it, it comes out with airplayutil and some .so files now I am thinking how to use it...

Here is my build steps (records):

编译环境准备

Ubuntu 20.04 ARM64

依赖库:

  • libiconv
wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz
tar zxvf libiconv-1.17.tar.gz
cd libiconv-1.17
./configure --prefix=/usr/local
make
sudo make install
sudo ln -s /usr/local/lib/libiconv.so /usr/lib/libiconv.so
sudo ln -s /usr/local/lib/libiconv.so.2 /usr/lib/libiconv.so.2
  • glib-2.0
sudo apt-get install libglib2.0-dev
  • GStreamer
sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools

编译

编译mDNSResponder

执行编译:

cd mDNSResponder/mDNSPosix
make os=linux
sudo make install

编译CarPlay

执行编译

cd source/PlatformPOSIX
make os=linux

@BorgoBoy
Copy link

Hi, have you found a way to make it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants