about summary refs log tree commit diff stats
path: root/install-all.sh
Commit message (Expand)AuthorAgeFilesLines
* Added libotr dev packages for ubuntu and fedora in install-all.shJames Booth2014-01-121-2/+2
* Call ./bootstrap.sh if development build in install-all.shJames Booth2013-11-201-0/+8
* Added git, gcc-core, m4 to cygwin dependencies in install-all.shJames Booth2013-11-201-2/+3
* Fixed Cygwin install for 32/64bit changesJames Booth2013-11-201-1/+13
* Add missing dependency on DebianCarl X. Su2013-11-181-1/+1
* Use patched version of apt-cygJames Booth2013-08-111-1/+2
* Fixed cygwin expat dependency for new versionsJames Booth2013-08-091-1/+1
* Updated install-all.sh with new libstrophe urlJames Booth2013-07-221-2/+2
* Added ncursesw devel to cywin installJames Booth2013-01-041-1/+1
* Updated install script for ubuntuJames Booth2013-01-041-1/+1
* Added libxss-dev to ubuntu install, removed configure from .gitignoreJames Booth2012-12-311-1/+1
* Added libXScrnSaver-devel to fedora dependencies in install-all.shJames Booth2012-12-301-1/+1
* Removed g++ and head-unit from dependencies in install-all.shJames Booth2012-12-301-35/+2
* Added git to dependencies install-all script, remove bootstrap callJames Booth2012-12-301-4/+2
* Removed libxml2 from install-all.shJames Booth2012-10-231-3/+3
* Fixed library path on cygwinJames Booth2012-09-081-0/+2
* Removed sudo from cygwin installJames Booth2012-09-081-4/+49
* Added cygwin to install scriptJames Booth2012-09-081-4/+27
* Fixed debian version stringJames Booth2012-09-081-1/+1
* Fixed install scriptJames Booth2012-09-081-1/+1
* Install script now uses distribution release fileJames Booth2012-09-081-17/+11
* Quick hack to check for Fedora 16 and set as Fedora distro.Colin Bradley2012-08-171-0/+6
* Added libcurl-devel to Fedora dependenciesJames Booth2012-07-291-1/+1
* Added libcurl3-dev to ubuntu dependenciesJames Booth2012-07-291-1/+1
* Fixed spelling in install scriptJames Booth2012-07-221-1/+1
* Added Fedora support to install-all.shJames Booth2012-07-221-55/+109
* Added newline at end of install scriptJames Booth2012-07-191-1/+1
* Install script now cleans upJames Booth2012-07-191-0/+11
* Added install-all.shJames Booth2012-07-101-0/+46
4 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449