Como instalar o StackExchange Data Dump Viewer?

6
por Alaukik 06.05.2011 / 09:52

2 respostas

8
  • Primeiramente, abra um terminal ( Ctrl + Alt + T ).

  • Instale o Bazaar ( bzr ) e outras dependências necessárias, colando isto ( Ctrl + Deslocamento + V ) no terminal:

    sudo apt-get install bzr qt4-qmake libqt4-dev libqtwebkit-dev
    
  • Obtenha todo o código:

    bzr branch lp:aubrowser
    
  • Agora navegue até o diretório:

    cd aubrowser
    
  • Agora compile o código:

    ./compile_everything
    
  • Agora inicie o assistente de conversão:

    convert/convert
    
  • Uma janela será aberta. Cole data/posts.xml e siga pelo assistente.

  • Agora feche o terminal, abra o Nautilus e navegue até a pasta aubrowser dentro de sua pasta pessoal e execute o arquivo AskUbuntuBrowser (clicando duas vezes nele).

  • Tada!

por Alaukik 06.05.2011 / 10:22
2

Veja o leiame no arquivo de instalação. 1ª parte:

StackExchange Data Dump Browser is a small Qt-based application 
designed to make it easy to view the contents of StackExchange data dumps 
when you have no active Internet connection.

Building the application (the easy way):

1. Open a terminal and navigate to the root directory of the repository.
2. Type './compile_everything'
3. Run 'convert/convert' to run the conversion wizard. 
When prompted for the location of the data dump files, enter 'data/posts.xml'.

Aqui você pode encontrar o pacote.

    
por Rinzwind 06.05.2011 / 10:07