Install Python
$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7
Symlinks...
Install Python
$ brew install readline sqlite gdbm
$ brew install python --universal --framework
$ python --version
Python 2.7
Symlinks...
| SRCS+= adb.c | |
| SRCS+= adb_client.c | |
| SRCS+= commandline.c | |
| SRCS+= console.c | |
| SRCS+= file_sync_client.c | |
| SRCS+= fdevent.c | |
| SRCS+= get_my_path_linux.c | |
| SRCS+= services.c | |
| SRCS+= sockets.c | |
| SRCS+= transport.c |
| # Written by Brendan O'Connor, brenocon@gmail.com, www.anyall.org | |
| # * Originally written Aug. 2005 | |
| # * Posted to gist.github.com/16173 on Oct. 2008 | |
| # Copyright (c) 2003-2006 Open Source Applications Foundation | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # |