「GNUstep」に関連した動画の一覧 |
![]() | GNUstep on Ubuntu 2011年05月08日再生回数 2472 |
![]() | How to Make an Application in GNUstep [Objective C] Making and compiling a VERY basic application with GNUstep's AppKit. After I learn how to make more advanced stuff, I'll make videos for it. But for now, this is all I know. GNUmakefile code for an app: include $(GNUSTEP_MAKEFILES)/common.make APP_NAME = AppName AppName_OBJC_FILES = source.m include$(GNUSTEP_MAKEFILES)/application.make 2012年03月27日再生回数 233 |
![]() | How to Make (and use) a GNUstep Makefile This is my first tutorial ever. 0:00-3:27 is for people who don't already have Obj-C code to compile. Rest of the vid is all about the makefile. If all you need is the code, here it is: include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = Output Output_OBJC_FILES = input.m include $(GNUSTEP_MAKEFILES)/tool.make Make sure to save as "GNUmakefile" (including the quotation marks) Most used variables: _OBJC_FILES _C_FILES _HEADERS (headers of the program) _HEADER_FILES (headers of the program that you want to install) _RESOURCE_FILES (resources used by the program (images, .gorm files, etc.)) _LOCALIZED_RESOURCE_FILE (the localized resources (French, German, etc.)) _LANGUAGE (languages supported) (thanks to www.roard.com for the list) 2012年02月09日再生回数 768 |
![]() | Building Server Applications using Objective C and GNUstep Nicola Pero FOSDEM 2009 FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source software development. It is aimed at developers and all interested in the Free and Open Source news in the world. Its goals are to enable developers to meet and to promote the awareness and use of free and open source software. More info at fosdem.org 2010年02月18日再生回数 1463 |
![]() | gnustep base 2010年08月11日再生回数 1462 |
![]() | gnustep gui 2010年08月11日再生回数 1553 |
![]() | Theming in GNUstep Richard Frith Macdonald FOSDEM 2009 FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source software development. It is aimed at developers and all interested in the Free and Open Source news in the world. Its goals are to enable developers to meet and to promote the awareness and use of free and open source software. More info at fosdem.org 2010年02月18日再生回数 929 |
![]() | gnustep gorm 2010年08月11日再生回数 398 |
![]() | gnustep back 2010年08月11日再生回数 136 |
![]() | gnustep make 2010年08月11日再生回数 249 |

![How to Make an Application in GNUstep [Objective C]](http://i.ytimg.com/vi/PCwqn_kiKLM/default.jpg)







