[C GUI GTK+3][GTK+4] Netbeans IDE: Add C/C++ | Add gtk/gtk.h | GCC Linux

Channel:
Subscribers:
17,500
Published on ● Video Link: https://www.youtube.com/watch?v=p73Rd4ZAWQA



Duration: 1:23
3,154 views
0


/*--GOODLUCK--*/
/*Get(Free,Donate)*/
_______________________FIX Build Failed________
Site:
http://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-142931.html
https://developer.gnome.org/gtk3/stable/gtk-getting-started.html
_______________________FIX Build Failed________
#Add C/C++ support: Tools/Plugins/
#Search C/C++ and install it(by netbean)
#Restart Netbeans
-------------------------------------------------------------
Create C/C++ Project: C/C++ Application
-------------------------------------------------------------
#R-Click project to Open Properties
#Click C Compiler
#Add text to Additional Options:
`pkg-config --cflags --libs gtk+-3.0`
#Click Linker
#Add text to Additional Options:
`pkg-config --libs gtk+-3.0`
#Done
____________________________________
#using terminal(not netbean, handling)
gcc `pkg-config --cflags gtk+-3.0` -o example-0 example-0.c `pkg-config --libs gtk+-3.0`
#it very easy.. fast and clear.. but not pro
_________GOODLUCK___________




Other Videos By 1OP10


2017-07-28[APP] Linux Ubuntu: apt vs snap | Ubuntu 18.04 LTS | Universal Linux Package
2017-07-27[GIF] Animation Maker: Vokoscreen | Screen Capture to Animation GIF | Linux
2017-07-25[Linux][FIX][Wayland] OBS: Black Screen Desktop | Window Capture OK | GNOME with EasyScreenCast
2017-07-25[Linux] Elementary OS: Best Of The Beautiful Desktop | Install 0.4.1 Loki | a new OS or a new DE
2017-07-25[Linux][China] Deepin OS: Beautiful but not Perfect | Community | Like it but love Elementary
2017-07-24[Always] Linux: The Best 9 Desktop Apps | More and More
2017-07-22[Linux][Test] Ubuntu : X11 vs Wayland | Shell Extentions | Dash-to-dock vs Dash-to-panel
2017-07-22[Linux][Beginer] Ubuntu : YEAR.10 | Get Last Daily-build | Install in VirtualBOX
2017-07-21[IT Skill] Image Processing: Download vs Install MATLAB in Linux Ubuntu | or Full Apps
2017-07-16[GUI Java] Netbeans IDE: Creating GUI with Visual Scene Java Oracle | JavaFX Scene Builder
2017-07-15[C GUI GTK+3][GTK+4] Netbeans IDE: Add C/C++ | Add gtk/gtk.h | GCC Linux
2017-07-13[Fan] Naruto vs Boruto Episodes: Strongest Dōjutsu | Byakugan-Sharingan-Rinnegan-More
2017-07-12[Boot 10s] Linux Ubuntu: Fast Startup ON | Set Time | Set Resolution | GRUB
2017-07-12[GPT-DualBoot] Linux Ubuntu: Safely Remove Windows Boot | Fast Boot On | Hide Boot Splash Screen
2017-07-11[FIX ERROR] OpenStack: Install on Ubuntu LTS | Requirements | Virtual
2017-07-11[System] Linux: Monitor Mainboard CPU HDD SSD Temperature | Coretemp in Windows
2017-07-10[Best Choice] CPU Intel Core i3 i5 i7 vs AMD Zyren 5 7: Rendering vs Encoding | Benchmark
2017-07-08[Beginner|Professional] Linux: TOP 5 SUPER LARGE Open Source Projects
2017-07-08[Skill Jobs] Linux Ubuntu: Install-Configure : PHP vs MySQL | phpMyAdmin | MySQL Workbech
2017-07-05[PRO] Virtualbox: Download vs Install macOS High Sierra on Linux Ubuntu | on Windows
2017-07-05[Tư vấn sâu] Mua Latop cho văn phòng, sinh viên học đồ họa, lập trình, game | 2017 | Dưới 15 tr



Tags:
ubuntu os
linux os
gimp photo editor
inkscape vector editor
blender 3D editor
qt creator
gtk+3
gtk+4
gtk/gtk.h
gcc linux
netbeans IDE