How do I get a copy of trunk, build it and test it?

Asked by Rehan Khan

I have checked the docs in the distribution but I cannot find any install instructions. I have bzr/bzr explorer/gcc and python-devel installed. Could you tell me the steps to pull the latest copy of trunk and how to build and run a test version of smart on my system?

Question information

Language:
English Edit question
Status:
Solved
For:
Smart Package Manager Edit question
Assignee:
No assignee Edit question
Solved by:
Anders F Björklund
Solved:
Last query:
Last reply:
Revision history for this message
Best Anders F Björklund (afb) said :
#1

bzr branch lp:smart
cd smart
python setup.py build_ext -i
python smart.py

Revision history for this message
Rehan Khan (rasker) said :
#2

Thanks Anders F Björklund, that solved my question.