• Home
  • Posts RSS
  • Comments RSS
Blue Orange Green Pink Purple

featured-content

Use Virtual Windows XP in Linux

So you want to use legacy windows-only applications and have no other options and instead of keeping separate machine or installing Complete OS on another partition just for such moments is waste of resources. Then you can use VMWARE products to do this, the preferred application is VMware Workstation, but I have seen you can install it via freeware VMware server too.

Read More

Howto make rpm from source file

If you have some favorite application or software but the developer is not providing any RPM binary for you to download and install at your Fedora or Redhat Distro. You got two options, ask the developer to provide a RPM or get the Source file yourself and compile it on your system.

compiling has de-facto three lines (provided all dependency are met (like dll in windows) ie.
-------------------------
./configure
make
make install
------------------------

But, always make sure you read 'INSTALL' or 'README' file in any source tarball , it has list of custom options plus gives you list of other optional devel files needed for source to compile.

But what if you want to distribute compiled binary BACK to developer or share it with others, You can do that by making a RPM file, in fedora you have rpmbuild command which will help you, if developer has provided spec_file . The following Video clip explains how to do that.

In this video, After creating binarys, I get package.rpm with package.src.rpm (which is source rpm ).




Recommended sites:-

docs.fedoraprojects.org (specfile)
docs.fedoraprojects.org (rpmbuild)
Read More 0 comments | Posted by anshuman |

0 comments



Post a Comment
Newer Post Older Post Home

Linux-Truthiness

  • About
      I am system-administrator / php developer for past 5+ years working with various companies. If you like my blog and have some more suggestions,comments,tips or need any other info, feel free to contact me at linuxtruthiness [at] gmail [dot] com.
  • Search






    • Home
    • Posts RSS
    • Comments RSS
    • Edit

    © Copyright Insiders guide for usability in linux. All rights reserved.
    Designed by FTL Wordpress Themes | Bloggerized by FalconHive.com
    brought to you by Smashing Magazine

    Back to Top