Git Product home page Git Product logo

my_ircbot's Introduction

My_IRCbot

Welcome to My_IRCBot bot page,a custom IRC bot I am making for fun and the love of coding.

This bot is in its primary stages,and unless I get lots of time to dedicated to this project,it will probably take a couple of months (maybe some years) to finish it.

COMPILING

This project is primarily made on Debian Jessie,but it can be build on other distros if the following packages are available:-

i)GNU C++ Compiler(v4.9 or greater)

ii)libstdc++(v4.9 or greater)

Plus any associative files for those 2 packages.

In the terminal opened from the repo folder,just type this (note: the present state of the program centres around the Config object,though later it could be changed easily changed as per the project advances):-

$: sh compile-without-flags.sh

This should create an executable,which you can then run and see for yourself.

COMPILING WITH DEBUGGING OPTIONS

This is useful for debugging purposes only,so try the above way.Or else the previous two packages will be required besides these:-

i)GNU Debugger(gdb)

ii)GNU Debugger Server(gdb-server)

In the terminal opened from the repo folder,just type this line:-

$: sh gdb-compile.sh

That should make the code both into an object file and make a debugging executable.Then in the terminal type this:-

$: gdb -q $: file a.out

Then you can start your debugging process.A quick guide to the GCC debugger is this:http://www.delorie.com/gnu/docs/gdb/gdb_toc.html#SEC_Contents

my_ircbot's People

Contributors

mabunny avatar otakusenpai avatar

Watchers

James Cloos avatar

my_ircbot's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.