Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to compile Irssi from SVN (subversion) on Debian/Ubuntu
#1
Compiling Irssi from SVN (subversion) repositories on Debian and Ubuntu is fairly simple. I will try to explain how in tutorial.


Note, this is probably not the most efficient way to built it from source if you are looking for a minimal system. Although if you are building other programs on your machine, you will probably find the added bulk of packages as useful in the future. It's also a far simpler way for users who are uncomfortable going through and installing individual packages.




1) Start by going to your /etc/apt/sources.lst with your preferred text editor. For example, Nano:


Code:
sudo nano /etc/apt/sources.lst


Make sure that any listing starting with is uncommented (no '#' before it), save and exit, then type:


Code:
sudo apt-get update



2) Bring in the build dependencies for irssi and subversion:


Code:
sudo apt-get build-dep irssi subversion




3) Install subversion and links or lynx for converting help files:


Code:
sudo apt-get install subversion links




4) Grab Irssi svn repos:


Code:
svn co http://svn.irssi.org/repos/irssi/trunk/ irssi




5) Compile:


Code:
cd irssi
./autogen.sh # Generates configure script - Add ./configure options here
make -jN # N = Number of processors you have. For most people, adding -j3 should work fine.
sudo make install # sudo is only needed if you are installing into a directory that only root has access to, which is default


And now you're ready to go! For added functionality, consider installing screen so that you can detach and reattach your irssi session.


Code:
sudo apt-get install screen


Enjoy. Any queries/comments, please post below. Criticisms welcomed.
Reply
#2
Lifting up highland deck spaces with the incorporation of greenery through containers introduces a harmonious touch of nature to alpine living. Engaging in discussions that delve into the different types of plants thriving in mountainous environments, exploring suitable flowerpot options, and considering design considerations serves as an stimulating guide for forum members looking to enrich their outdoor spaces with vibrant greenery. By sharing personal stories with containers for decks and offering care suggestions, the community fosters a vibrant dialogue centered around creating inviting and lush mountainous deck surroundings.

Delving into the specifics of plant varieties that flourish in mountainous conditions becomes a essential aspect of this dialogue, shedding light on the special characteristics that make them well-suited to highland environments. Exploring various planter options opens routes for creativity, allowing individuals to align their choices with the general design aesthetics of their mountainous decks. Talks on design aspects, encompassing factors such as arrangement and placement, provide valuable insights for creating visually enticing and cohesive deck landscapes.

The joint exchange of individual anecdotes with flowerpots for decks becomes a font of motivation, offering useful insights into the difficulties and victories of nurturing greenery in alpine settings. Care suggestions shared within the society contribute to a collective understanding of how to ensure the longevity and vitality of highland deck landscapes. Through this conversation, community participants embark on a exploration of transforming their outdoor spaces into pleasing vacations that effortlessly blend the appeal of nature with the exclusive charm of mountain living.


Deck renovation experts


Attached Files Thumbnail(s)
   
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)