Sinisterly
Objective-C question - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C)
+--- Thread: Objective-C question (/Thread-Objective-C-question)



Objective-C question - darkninja1980 - 09-22-2018

Objective-C question
How can I learn this without having a MAC computer ?


RE: Objective-C question - phyrrus9 - 09-22-2018

(09-22-2018, 09:26 PM)darkninja1980 Wrote: Objective-C question
How can I learn this without having a MAC computer ?

Take a look at this: https://blog.tlensing.org/2013/02/24/objective-c-on-linux-setting-up-gnustep-clang-llvm-objective-c-2-0-blocks-runtime-gcd-on-ubuntu-12-04/


RE: Objective-C question - darkninja1980 - 09-22-2018

(09-22-2018, 09:59 PM)phyrrus9 Wrote:
(09-22-2018, 09:26 PM)darkninja1980 Wrote: Objective-C question
How can I learn this without having a MAC computer ?

Take a look at this: https://blog.tlensing.org/2013/02/24/objective-c-on-linux-setting-up-gnustep-clang-llvm-objective-c-2-0-blocks-runtime-gcd-on-ubuntu-12-04/

thank you for the link. Would that same steps would work with Kali or other Linux distros ?


RE: Objective-C question - phyrrus9 - 09-22-2018

(09-22-2018, 10:08 PM)darkninja1980 Wrote:
(09-22-2018, 09:59 PM)phyrrus9 Wrote:
(09-22-2018, 09:26 PM)darkninja1980 Wrote: Objective-C question
How can I learn this without having a MAC computer ?

Take a look at this: https://blog.tlensing.org/2013/02/24/objective-c-on-linux-setting-up-gnustep-clang-llvm-objective-c-2-0-blocks-runtime-gcd-on-ubuntu-12-04/

thank you for the link. Would that same steps would work with Kali or other Linux distros ?

steps for kali:

1. uninstall kali
2. install arch linux

Steps for any other distro:

the same, but package manager might be different (pacman for arch; yum for fedora; aptitude for debian; pkg or port for BSD)


RE: Objective-C question - darkninja1980 - 09-22-2018

(09-22-2018, 10:09 PM)phyrrus9 Wrote:
(09-22-2018, 10:08 PM)darkninja1980 Wrote:
(09-22-2018, 09:59 PM)phyrrus9 Wrote: Take a look at this: https://blog.tlensing.org/2013/02/24/objective-c-on-linux-setting-up-gnustep-clang-llvm-objective-c-2-0-blocks-runtime-gcd-on-ubuntu-12-04/

thank you for the link. Would that same steps would work with Kali or other Linux distros ?

steps for kali:

1. uninstall kali
2. install arch linux

Steps for any other distro:

the same, but package manager might be different (pacman for arch; yum for fedora; aptitude for debian; pkg or port for BSD)

thank you for your input.


RE: Objective-C question - darkninja1980 - 04-27-2019

anybody else had a suggestion?