Changes between Version 49 and Version 50 of dev/LinuxGentoo
- Timestamp:
- Apr 9, 2017, 6:01:18 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxGentoo
v49 v50 1 1 = Gentoo Linux = 2 [[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis,MacOSX)]]2 [[TOC(heading=Platforms, depth=1, dev/WindowsMinGW, dev/VisualStudio, dev/LinuxGentoo, dev/LinuxDebian, dev/LinuxUbuntu, dev/LinuxTardis, dev/MacOSX)]] 3 3 4 ''Edited: 18. Sep. 2008 by [wiki: OliScheuss Oli]''[[br]]5 ''Edited: 15. Sep. 2008 by [wiki: FelixSchulthess Felix]''[[br]]6 ''Checked: 01. Dec. 2007 by [wiki: NicolasSchlumberger nico] with 2007.0 profile on amd64''[[br]]7 ''Checked: 02. Nov. 2007 by [wiki: NicolasSchlumberger nico] with 2007.0 profile on x86''[[br]]4 ''Edited: 18. Sep. 2008 by [wiki:people/OliScheuss Oli]''[[br]] 5 ''Edited: 15. Sep. 2008 by [wiki:people/FelixSchulthess Felix]''[[br]] 6 ''Checked: 01. Dec. 2007 by [wiki:people/NicolasSchlumberger nico] with 2007.0 profile on amd64''[[br]] 7 ''Checked: 02. Nov. 2007 by [wiki:people/NicolasSchlumberger nico] with 2007.0 profile on x86''[[br]] 8 8 9 9 This Tutorial assumes that you are using x86. If you are using amd64 just substitute the keyword. … … 28 28 # CFLAGS="-fPIC" emerge enet 29 29 }}} 30 eNet needs to be compiled with -fPIC to be included as shared library ([wiki: NicolasSchlumberger nico]: Dec '07).30 eNet needs to be compiled with -fPIC to be included as shared library ([wiki:people/NicolasSchlumberger nico]: Dec '07). 31 31 32 32 == Getting the Source Code == … … 45 45 46 46 == Development with your favorite IDE == 47 CMake can create project files for [wiki: KDevelop3 KDevelop], [wiki:EclipseIDE Eclipse] or [wiki:CMake#UsingCMakegeneratedprojectfiles Code::Blocks] for coding. Click the links for further information.47 CMake can create project files for [wiki:code/tools/KDevelop3 KDevelop], [wiki:code/tools/EclipseIDE Eclipse] or [wiki:code/tools/CMake#UsingCMakegeneratedprojectfiles Code::Blocks] for coding. Click the links for further information.