|
|
发表于 2006-2-6 15:12:37
|
显示全部楼层
内核或者驱动开发都是用C写的
应用程序大多数都是用C++写的吧,当然也有很多用C写的
VC,VB....这些都是IDE,跟语言无关吧
在Linux写应用程序要考虑的是用哪些库吧
Linux下的应用软件一般有两种分发方式,也就是源码和二进制包,大多数发行版都是用后者,像lfs gentoo arch 是前者
标准?
不懂你说的什么意思
倒是有一个lsb
这个可能是标准吧
不过我也不是太明白 - Package: lsb
- Priority: extra
- Section: misc
- Installed-Size: 12
- Maintainer: Chris Lawrence <lawrencc@debian.org>
- Architecture: all
- Version: 3.0-15
- Depends: lsb-core, lsb-graphics, lsb-cxx
- Filename: pool/main/l/lsb/lsb_3.0-15_all.deb
- Size: 8676
- MD5sum: 2a152d6377463df6b812ad8da368f030
- Description: Linux Standard Base 3.0 support package
- The Linux Standard Base (http://www.linuxbase.org/) is a standard
- core system that third-party applications written for Linux can
- depend upon.
- .
- This package provides an implementation of all modules of version 3.0
- of the Linux Standard Base for Debian on the Intel x86, Intel ia64
- (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux
- kernel. Future revisions of the specification and this package may
- support the LSB on additional architectures and kernels.
- .
- The intent of this package is to provide a best current practice way
- of installing and running LSB packages on Debian GNU/Linux. Its
- presence does not imply that we believe that Debian fully complies
- with the Linux Standard Base, and should not be construed as a
- statement that Debian is LSB-compliant.
- Tag: role::aux:metapackage
复制代码 |
|